Changeset 1796

Show
Ignore:
Timestamp:
11/09/06 08:28:11 (5 years ago)
Author:
proski
Message:

Typo fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.inc

    r1795 r1796  
    173173endif 
    174174 
    175 # Don't let HAL mess with the toolchain - save toolchain valiables 
     175# Don't let HAL mess with the toolchain - save toolchain variables 
    176176save_CC := $(CC) 
    177177save_LD := $(LD) 
     
    182182include $(HAL)/public/$(TARGET).inc 
    183183 
    184 # Restore toolchain valiables 
     184# Restore toolchain variables 
    185185CC := $(save_CC) 
    186186LD := $(save_LD) 
  • trunk/ath/if_ath.c

    r1793 r1796  
    93219321                                break; 
    93229322                        case ATH_FFTXQMIN: 
    9323                                 /* XXX valiate? */ 
     9323                                /* XXX validate? */ 
    93249324                                sc->sc_fftxqmin = val; 
    93259325                                break;