Show
Ignore:
Timestamp:
03/18/07 10:45:21 (6 years ago)
Author:
khali
Message:

Spelling fix: explicitly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/lm90.c

    r3181 r4348  
    303303 
    304304/* The ADM1032 supports PEC but not on write byte transactions, so we need 
    305    to explicitely ask for a transaction without PEC. */ 
     305   to explicitly ask for a transaction without PEC. */ 
    306306static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value) 
    307307{