Changeset 4683

Show
Ignore:
Timestamp:
08/18/07 08:56:06 (1 year ago)
Author:
khali
Message:

Fix a broken comment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/lib/sensors.h

    r4679 r4683  
    7979/* Look up the label which belongs to this chip. Note that chip should not 
    8080   contain wildcard values! *result is newly allocated (free it yourself). 
    81    This function will return 0 on success, and <0 on failure.  This 
    82    function takes logical mappings into account. */ 
     81   This function will return 0 on success, and <0 on failure. 
     82   If no label exists for this feature, its name is returned itself. */ 
    8383extern int sensors_get_label(sensors_chip_name name, int feature, 
    8484                             char **result);