summaryrefslogtreecommitdiff
path: root/lib/data.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-09-23 12:07:53 +0000
committerJean Delvare <khali@linux-fr.org>2007-09-23 12:07:53 +0000
commite13c11d353009a3e750ad45a79381c1405279f1f (patch)
treef14576d603678ea54427d70505ec962711741845 /lib/data.h
parent9fe2b3c714225986f87404d060db12c34b4a67ca (diff)
downloadlm-sensors-git-e13c11d353009a3e750ad45a79381c1405279f1f.tar.gz
Update the comments and symbols in the whole library code to refer to
features and subfeatures as appropriate. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4836 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/data.h')
-rw-r--r--lib/data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/data.h b/lib/data.h
index ec0d175d..04d466ff 100644
--- a/lib/data.h
+++ b/lib/data.h
@@ -65,7 +65,8 @@ typedef struct sensors_label {
int lineno;
} sensors_label;
-/* Config file set declaration: a feature name, combined with an expression */
+/* Config file set declaration: a subfeature name, combined with an
+ expression */
typedef struct sensors_set {
char *name;
sensors_expr *value;
@@ -120,7 +121,7 @@ typedef struct sensors_bus {
int lineno;
} sensors_bus;
-/* Internal data about all features of a type of chip */
+/* Internal data about all features and subfeatures of a chip */
typedef struct sensors_chip_features {
struct sensors_chip_name chip;
struct sensors_feature *feature;