diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-12-10 00:59:29 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-12-10 11:36:40 -0700 |
commit | 7acccdbc4d0bf78a613008e92a3e6c32e37ef26f (patch) | |
tree | 71dc0adb6a05c04fbc666cce6569f38487564829 /Documentation/vm | |
parent | aa13a960fc1bd28cfd8b3aef43e523ade1817a2c (diff) | |
download | linux-7acccdbc4d0bf78a613008e92a3e6c32e37ef26f.tar.gz linux-7acccdbc4d0bf78a613008e92a3e6c32e37ef26f.tar.bz2 linux-7acccdbc4d0bf78a613008e92a3e6c32e37ef26f.zip |
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>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/slub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 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. |