summaryrefslogtreecommitdiff
path: root/lib/data.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-01-29 08:58:36 +0000
committerJean Delvare <khali@linux-fr.org>2009-01-29 08:58:36 +0000
commitb0f50d078840e2169819b4e8f86371645eb71970 (patch)
tree617f0b06f23134b960ed0dd0005a1304b4fd70d0 /lib/data.h
parentea854deb032de02a0faea44403aed59956b781c1 (diff)
downloadlm-sensors-git-b0f50d078840e2169819b4e8f86371645eb71970.tar.gz
Drop stray references to procfs interface.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5631 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/data.h')
-rw-r--r--lib/data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/data.h b/lib/data.h
index 401bf125..e2ef4b3d 100644
--- a/lib/data.h
+++ b/lib/data.h
@@ -25,7 +25,7 @@
#include "sensors.h"
/* This header file contains all kinds of data structures which are used
- for the representation of the config file data and the /proc/...
+ for the representation of the config file data and the sensors
data. */
/* Kinds of expression operators recognized */
@@ -156,7 +156,7 @@ extern int sensors_proc_bus_max;
(el), &sensors_proc_bus, &sensors_proc_bus_count,\
&sensors_proc_bus_max, sizeof(struct sensors_bus))
-/* Substitute configuration bus numbers with real-world /proc bus numbers
+/* Substitute configuration bus numbers with real-world bus numbers
in the chips lists */
int sensors_substitute_busses(void);