Show
Ignore:
Timestamp:
10/22/08 22:13:11 (4 years ago)
Author:
khali
Message:

Typo fix.

Files:
1 modified

Legend:

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

    r5053 r5374  
    771771                    && (verstep & LM85_VERSTEP_VMASK) == LM85_VERSTEP_GENERIC) { 
    772772                        printk("lm85: Detected National Semiconductor chip\n"); 
    773                         printk("lm85: Unrecgonized version/stepping 0x%02x" 
     773                        printk("lm85: Unrecognized version/stepping 0x%02x" 
    774774                            " Defaulting to Generic LM85.\n", verstep ); 
    775775                        kind = any_chip ; 
     
    784784                    && (verstep & LM85_VERSTEP_VMASK) == LM85_VERSTEP_GENERIC) { 
    785785                        printk("lm85: Detected Analog Devices chip\n"); 
    786                         printk("lm85: Unrecgonized version/stepping 0x%02x" 
     786                        printk("lm85: Unrecognized version/stepping 0x%02x" 
    787787                            " Defaulting to Generic LM85.\n", verstep ); 
    788788                        kind = any_chip ;