[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.
This commit is contained in:
ken@cgi101.com 2004-03-12 00:58:38 -08:00 committed by Greg KH
parent c612a0acc8
commit 0c17d02da2
1 changed files with 1 additions and 1 deletions

View File

@ -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"