svn commit: r184360 - head/sys/dev/ath
Sam Leffler
sam at FreeBSD.org
Mon Oct 27 10:53:34 PDT 2008
Author: sam
Date: Mon Oct 27 17:53:34 2008
New Revision: 184360
URL: http://svn.freebsd.org/changeset/base/184360
Log:
fix comment
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c Mon Oct 27 17:52:41 2008 (r184359)
+++ head/sys/dev/ath/if_ath.c Mon Oct 27 17:53:34 2008 (r184360)
@@ -5218,7 +5218,7 @@ ath_tx_draintxq(struct ath_softc *sc, st
/*
* NB: this assumes output has been stopped and
- * we do not need to block ath_tx_tasklet
+ * we do not need to block ath_tx_proc
*/
for (ix = 0;; ix++) {
ATH_TXQ_LOCK(txq);
More information about the svn-src-all
mailing list