aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-02-10 11:12:39 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-02-10 11:12:39 +0000
commit1ac5dac21452029be1ef298dda9baaeab24fc10a (patch)
tree35b717ebb8159a04f1c9b72be1a622a50affef16 /sys/dev/ath
parent24b509868d965a54a3e5631a23387e422a3e6cd9 (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-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 b19767329c6f3..e600111a2f1af 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -621,7 +621,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
}
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)) {