diff options
author | ken@cgi101.com <ken@cgi101.com> | 2004-03-12 00:58:38 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:09 -0700 |
commit | 0c17d02da29a4c41186caabb3f7ff488e0f6c9ea (patch) | |
tree | 4e4a7f8eb18f1d27568d18ca78f2e9481e372b97 /docs/libsysfs.txt | |
parent | c612a0acc8c45303b5c40538b87e406ac22a26ef (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.
Diffstat (limited to 'docs/libsysfs.txt')
-rw-r--r-- | docs/libsysfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libsysfs.txt b/docs/libsysfs.txt index 66156e5607..2d68ee4648 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" |