Changeset 5641

Show
Ignore:
Timestamp:
02/12/09 17:06:48 (4 years ago)
Author:
khali
Message:

Spelling fix.

Location:
lm-sensors/branches/lm-sensors-2.10/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-2.10/lib/access.h

    r5079 r5641  
    5151 
    5252 
    53 /* Parse an i2c bus name into its components. Returns 0 on succes, a value from 
     53/* Parse an i2c bus name into its components. Returns 0 on success, a value from 
    5454   error.h on failure. */ 
    5555extern int sensors_parse_i2cbus_name(const char *name, int *res); 
  • lm-sensors/branches/lm-sensors-2.10/lib/libsensors.3

    r4524 r5641  
    6565                            sensors_chip_name *res);\fP 
    6666.br 
    67 Parse a chip name to the internal representation. Return 0 on succes, <0 on error. 
     67Parse a chip name to the internal representation. Return 0 on success, <0 on error. 
    6868 
    6969\fBint sensors_match_chip(sensors_chip_name chip1,