PATCH: sysfs typo fix

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 21 Mar 2003 20:33:28 GMT


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/Documentation/filesystems/sysfs.txt linux-2.5.65-ac2/Documentation/filesystems/sysfs.txt
--- linux-2.5.65/Documentation/filesystems/sysfs.txt 2003-03-18 16:46:44.000000000 +0000
+++ linux-2.5.65-ac2/Documentation/filesystems/sysfs.txt 2003-03-18 18:09:49.000000000 +0000
@@ -60,7 +60,7 @@
you publically humiliated and your code rewritten without notice.


-An attriubte definition is simply:
+An attribute definition is simply:

struct attribute {
char * name;
@@ -261,7 +261,7 @@
that point to the device's directory under root/.

drivers/ contains a directory for each device driver that is loaded
-for devices on that particular bus (this assmumes that drivers do not
+for devices on that particular bus (this assumes that drivers do not
span multiple bus types).


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/