summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-03-30 20:29:02 +0000
committersam <sam@FreeBSD.org>2005-03-30 20:29:02 +0000
commit1efb52534830c25a74819e458c2ca5e692149ccd (patch)
treeb6b37f0de83d47e8389a229a018fc2e60951b3ec /sys/dev/ath/if_ath.c
parentcbd4b4eca038f67bc31688eaa645de0adddb8e3f (diff)
downloadFreeBSD-src-1efb52534830c25a74819e458c2ca5e692149ccd.zip
FreeBSD-src-1efb52534830c25a74819e458c2ca5e692149ccd.tar.gz
correct comment
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-rw-r--r--sys/dev/ath/if_ath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 3eab36a..b58aa11 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -2914,9 +2914,9 @@ ath_tx_cleanup(struct ath_softc *sc)
/*
* Defragment an mbuf chain, returning at most maxfrags separate
* mbufs+clusters. If this is not possible NULL is returned and
- * the original mbuf chain is reclaimed. We use two techniques:
- * collapsing consecutive mbufs and replacing consecutive mbufs
- * by a cluster.
+ * the original mbuf chain is left in it's present (potentially
+ * modified) state. We use two techniques: collapsing consecutive
+ * mbufs and replacing consecutive mbufs by a cluster.
*/
static struct mbuf *
ath_defrag(struct mbuf *m0, int how, int maxfrags)
OpenPOWER on IntegriCloud