aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/sysfs.txt
diff options
context:
space:
mode:
authorShaun Zinck <shaun.zinck@gmail.com>2007-10-20 02:39:43 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 02:39:43 +0200
commitf8c34f9816d9dd9d09ed9a78332fbe698e8fc765 (patch)
treeefa80b699611ed689695dcb1f0ff38cdd55d197b /Documentation/filesystems/sysfs.txt
parent7356337bd2d4416bcaa0158520542dfbd154949c (diff)
downloadkernel_samsung_smdk4412-f8c34f9816d9dd9d09ed9a78332fbe698e8fc765.zip
kernel_samsung_smdk4412-f8c34f9816d9dd9d09ed9a78332fbe698e8fc765.tar.gz
kernel_samsung_smdk4412-f8c34f9816d9dd9d09ed9a78332fbe698e8fc765.tar.bz2
docs/sysfs: add missing word to sysfs attribute explanation
Add the obvious missing word. Signed-off-by: Shaun Zinck <shaun.zinck@gmail.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation/filesystems/sysfs.txt')
-rw-r--r--Documentation/filesystems/sysfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt
index 4b5ca26..4598ef7 100644
--- a/Documentation/filesystems/sysfs.txt
+++ b/Documentation/filesystems/sysfs.txt
@@ -51,7 +51,7 @@ for the attributes, providing a means to read and write kernel
attributes.
Attributes should be ASCII text files, preferably with only one value
-per file. It is noted that it may not be efficient to contain only
+per file. It is noted that it may not be efficient to contain only one
value per file, so it is socially acceptable to express an array of
values of the same type.