Fix typo in comment.

Pointed out by:	danfe
This commit is contained in:
Rui Paulo 2010-02-10 11:12:39 +00:00
parent 24b509868d
commit 1ac5dac214

View File

@ -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)) {