svn commit: r203751 - head/sys/dev/ath
Rui Paulo
rpaulo at FreeBSD.org
Wed Feb 10 11:12:40 UTC 2010
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)) {
More information about the svn-src-all
mailing list