Pedant spelling/punctuation

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3630 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-05-14 19:21:38 +00:00
parent 7d8156565c
commit 1866fef7c5

View File

@ -1694,7 +1694,7 @@ static HAL_BOOL ath_hw_reset(struct ath_softc* sc, HAL_OPMODE opmode,
u_int32_t intmit_on = 0;
ath_hal_getintmit(sc->sc_ah, &intmit_on);
if (intmit_on != sc->sc_useintmit) {
WPRINTF(sc, "INTMIT HAL capability out of sync. Got %d!\n", intmit);
WPRINTF(sc, "Int. Mit. HAL capability out of sync. Got %d!\n", intmit);
ath_hal_setintmit(sc->sc_ah, (sc->sc_hasintmit && sc->sc_useintmit));
}
}