From: ken@cgi101.com Date: Fri, 12 Mar 2004 08:58:38 +0000 (-0800) Subject: [PATCH] fix a type in docs/libsysfs.txt X-Git-Tag: 022~11 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0c17d02da29a4c41186caabb3f7ff488e0f6c9ea;p=thirdparty%2Fsystemd.git [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. --- diff --git a/docs/libsysfs.txt b/docs/libsysfs.txt index 66156e56070..2d68ee4648e 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"