Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 17:53:34 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184360 - head/sys/dev/ath
Message-ID:  <200810271753.m9RHrYfA047465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810271753.m9RHrYfA047465>