diff options
author | sam <sam@FreeBSD.org> | 2005-03-30 20:29:02 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-03-30 20:29:02 +0000 |
commit | 1efb52534830c25a74819e458c2ca5e692149ccd (patch) | |
tree | b6b37f0de83d47e8389a229a018fc2e60951b3ec /sys/dev/ath/if_ath.c | |
parent | cbd4b4eca038f67bc31688eaa645de0adddb8e3f (diff) | |
download | FreeBSD-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.c | 6 |
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) |