summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/sysfs-tagging.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-07-18 01:29:12 +0900
committerJiri Kosina <jkosina@suse.cz>2013-07-25 12:34:15 +0200
commitc9f3f2d8b3247b7e16b3cd66698e690ab4697301 (patch)
tree99249f76975e1371f915c4c04eeca4c97674d86b /Documentation/filesystems/sysfs-tagging.txt
parent30abda170be7cbd9bce9a7026ce83ce1f74c0e7a (diff)
doc: Fix typo in doucmentations
Correct typo (double words) in documentations. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/filesystems/sysfs-tagging.txt')
-rw-r--r--Documentation/filesystems/sysfs-tagging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/sysfs-tagging.txt b/Documentation/filesystems/sysfs-tagging.txt
index caaaf1266d8f..eb843e49c5a3 100644
--- a/Documentation/filesystems/sysfs-tagging.txt
+++ b/Documentation/filesystems/sysfs-tagging.txt
@@ -24,7 +24,7 @@ flag between KOBJ_NS_TYPE_NONE and KOBJ_NS_TYPES, and s_ns will
point to the namespace to which it belongs.
Each sysfs superblock's sysfs_super_info contains an array void
-*ns[KOBJ_NS_TYPES]. When a a task in a tagging namespace
+*ns[KOBJ_NS_TYPES]. When a task in a tagging namespace
kobj_nstype first mounts sysfs, a new superblock is created. It
will be differentiated from other sysfs mounts by having its
s_fs_info->ns[kobj_nstype] set to the new namespace. Note that