doc: filesystems : Fix typo in Documentations/filesystems
authorMasanari Iida <standby24x7@gmail.com>
Tue, 20 Aug 2013 11:33:17 +0000 (20:33 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Aug 2013 11:45:56 +0000 (13:45 +0200)
Correct spelling typo in Documentations/filesystems.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/filesystems/btrfs.txt
Documentation/filesystems/nfs/Exporting
Documentation/filesystems/qnx6.txt
Documentation/filesystems/xfs.txt

index b349d57b76ea213b5b3c77bf39bf83c88201108f..9dae59407437916759a73e00166b6ba04b2c4e52 100644 (file)
@@ -87,7 +87,7 @@ Unless otherwise specified, all options default to off.
 
   device=<devicepath>
        Specify a device during mount so that ioctls on the control device
-       can be avoided.  Especialy useful when trying to mount a multi-device
+       can be avoided.  Especially useful when trying to mount a multi-device
        setup as root.  May be specified multiple times for multiple devices.
 
   discard
index 09994c247289944248eb98c9340b1f5e337ed328..e543b1a619cc95b022f97d3c516687fc98f43735 100644 (file)
@@ -93,7 +93,7 @@ For a filesystem to be exportable it must:
    2/ make sure that d_splice_alias is used rather than d_add
       when ->lookup finds an inode for a given parent and name.
 
-      If inode is NULL, d_splice_alias(inode, dentry) is eqivalent to
+      If inode is NULL, d_splice_alias(inode, dentry) is equivalent to
 
                d_add(dentry, inode), NULL
 
index 99e90184a72fad70453c54cc0974641435cffcbc..408679789136c196df02e0461f9576134e8bab8b 100644 (file)
@@ -149,7 +149,7 @@ Bitmap system area
 ------------------
 
 The bitmap itself is divided into three parts.
-First the system area, that is split into two halfs.
+First the system area, that is split into two halves.
 Then userspace.
 
 The requirement for a static, fixed preallocated system area comes from how
index 12525b17d9ed545343bd27e952cf366c5d228f51..5be51fd888bd9bccc02f47caca8c0a5b61a9ec76 100644 (file)
@@ -135,7 +135,7 @@ default behaviour.
        If the memory cost of 8 log buffers is too high on small
        systems, then it may be reduced at some cost to performance
        on metadata intensive workloads. The logbsize option below
-       controls the size of each buffer and so is also relevent to
+       controls the size of each buffer and so is also relevant to
        this case.
 
   logbsize=value
This page took 0.046268 seconds and 5 git commands to generate.