From: Masanari Iida Date: Wed, 9 Dec 2015 15:59:29 +0000 (+0900) Subject: Doc: treewide: Fix grammar "a" to "an" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7acccdbc4d0bf78a613008e92a3e6c32e37ef26f;p=linux.git Doc: treewide: Fix grammar "a" to "an" This patch fix some grammar mistake. Signed-off-by: Masanari Iida Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/sharedsubtree.txt b/Documentation/filesystems/sharedsubtree.txt index 32a173dd31580..e3f4c778eb98a 100644 --- a/Documentation/filesystems/sharedsubtree.txt +++ b/Documentation/filesystems/sharedsubtree.txt @@ -664,7 +664,7 @@ replicas continue to be exactly same. if one rbind mounts a tree within the same subtree 'n' times the number of mounts created is an exponential function of 'n'. Having unbindable mount can help prune the unneeded bind - mounts. Here is a example. + mounts. Here is an example. step 1: let's say the root tree has just two directories with diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt index 699d8ea5c2306..f0d340959319e 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 an impact on overall system performance which may make a bug more difficult to find. -In order to switch debugging on one can add a option "slub_debug" +In order to switch debugging on one can add an option "slub_debug" to the kernel command line. That will enable full debugging for all slabs.