aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-12-09 10:59:29 -0500
committerJonathan Corbet <corbet@lwn.net>2015-12-10 13:36:40 -0500
commit7acccdbc4d0bf78a613008e92a3e6c32e37ef26f (patch)
tree71dc0adb6a05c04fbc666cce6569f38487564829
parentaa13a960fc1bd28cfd8b3aef43e523ade1817a2c (diff)
Doc: treewide: Fix grammar "a" to "an"
This patch fix some grammar mistake. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/filesystems/sharedsubtree.txt2
-rw-r--r--Documentation/vm/slub.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/sharedsubtree.txt b/Documentation/filesystems/sharedsubtree.txt
index 32a173dd3158..e3f4c778eb98 100644
--- a/Documentation/filesystems/sharedsubtree.txt
+++ b/Documentation/filesystems/sharedsubtree.txt
@@ -664,7 +664,7 @@ replicas continue to be exactly same.
664 if one rbind mounts a tree within the same subtree 'n' times 664 if one rbind mounts a tree within the same subtree 'n' times
665 the number of mounts created is an exponential function of 'n'. 665 the number of mounts created is an exponential function of 'n'.
666 Having unbindable mount can help prune the unneeded bind 666 Having unbindable mount can help prune the unneeded bind
667 mounts. Here is a example. 667 mounts. Here is an example.
668 668
669 step 1: 669 step 1:
670 let's say the root tree has just two directories with 670 let's say the root tree has just two directories with
diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt
index 699d8ea5c230..f0d340959319 100644
--- a/Documentation/vm/slub.txt
+++ b/Documentation/vm/slub.txt
@@ -8,7 +8,7 @@ SLUB can enable debugging only for selected slabs in order to avoid
8an impact on overall system performance which may make a bug more 8an impact on overall system performance which may make a bug more
9difficult to find. 9difficult to find.
10 10
11In order to switch debugging on one can add a option "slub_debug" 11In order to switch debugging on one can add an option "slub_debug"
12to the kernel command line. That will enable full debugging for 12to the kernel command line. That will enable full debugging for
13all slabs. 13all slabs.
14 14