summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-10-27 17:53:34 +0000
committersam <sam@FreeBSD.org>2008-10-27 17:53:34 +0000
commite8916f6cef97308b0a2822de9e6577e53e694a3e (patch)
tree42e5f6f04da5427d796d004e3179b90b369e9f4e
parent35802cb1a389c6cfc657427bd065b4f7dfb16475 (diff)
downloadFreeBSD-src-e8916f6cef97308b0a2822de9e6577e53e694a3e.zip
FreeBSD-src-e8916f6cef97308b0a2822de9e6577e53e694a3e.tar.gz
fix comment
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index b55dda5..47236f6 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -5218,7 +5218,7 @@ ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq)
/*
* 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);
OpenPOWER on IntegriCloud