summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorken@cgi101.com <ken@cgi101.com>2004-03-12 00:58:38 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:09 -0700
commit0c17d02da29a4c41186caabb3f7ff488e0f6c9ea (patch)
tree4e4a7f8eb18f1d27568d18ca78f2e9481e372b97
parentc612a0acc8c45303b5c40538b87e406ac22a26ef (diff)
[PATCH] fix a type in docs/libsysfs.txt
Mary Edie Merideth noticed this typo. I think this is what it was supposed to be. Judging by the pattern.
-rw-r--r--docs/libsysfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libsysfs.txt b/docs/libsysfs.txt
index 66156e560..2d68ee464 100644
--- a/docs/libsysfs.txt
+++ b/docs/libsysfs.txt
@@ -131,7 +131,7 @@ and devices, here's some examples:
#define SYSFS_BUS_DIR "/bus"
#define SYSFS_BUS_NAME "bus"
#define SYSFS_CLASS_DIR "/class"
-#define SYSFS_CLASS_DIR "/class"
+#define SYSFS_CLASS_NAME "class"
#define SYSFS_BLOCK_DIR "/block"
#define SYSFS_BLOCK_NAME "block"
#define SYSFS_DEVICES_DIR "/devices"