Changeset 3630

Show
Ignore:
Timestamp:
05/14/08 21:21:38 (3 months ago)
Author:
mentor
Message:

Pedant spelling/punctuation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/trunk/ath/if_ath.c

    r3629 r3630  
    16951695                ath_hal_getintmit(sc->sc_ah, &intmit_on); 
    16961696                if (intmit_on != sc->sc_useintmit) { 
    1697                         WPRINTF(sc, "INTMIT HAL capability out of sync.  Got %d!\n", intmit); 
     1697                        WPRINTF(sc, "Int. Mit. HAL capability out of sync.  Got %d!\n", intmit); 
    16981698                        ath_hal_setintmit(sc->sc_ah, (sc->sc_hasintmit && sc->sc_useintmit)); 
    16991699                }