Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2010 11:12:40 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203751 - head/sys/dev/ath
Message-ID:  <201002101112.o1ABCepg071793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Wed Feb 10 11:12:39 2010
New Revision: 203751
URL: http://svn.freebsd.org/changeset/base/203751

Log:
  Fix typo in comment.
  
  Pointed out by:	danfe

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Wed Feb 10 11:11:37 2010	(r203750)
+++ head/sys/dev/ath/if_ath.c	Wed Feb 10 11:12:39 2010	(r203751)
@@ -621,7 +621,7 @@ ath_attach(u_int16_t devid, struct ath_s
 	}
 	sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
 	/*
-	 * Check for multicast key sarch support.
+	 * Check for multicast key search support.
 	 */
 	if (ath_hal_hasmcastkeysearch(sc->sc_ah) &&
 	    !ath_hal_getmcastkeysearch(sc->sc_ah)) {



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