diff options
author | Tobin C. Harding <tobin@kernel.org> | 2019-01-31 15:06:21 +1100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-02-01 16:03:25 -0700 |
commit | 358b6ba9befa6d62bab30e2d2c6dc1d49caf532f (patch) | |
tree | bf0b321670297aa961046ef67c012ac090786204 /Documentation/vm | |
parent | b5b2187db0cbc991466121fbf25d9e15796ea145 (diff) | |
download | linux-358b6ba9befa6d62bab30e2d2c6dc1d49caf532f.tar.bz2 |
docs: Fix SLUB docs typo
There is a minor typo in SLUB documentation.
Fix typo.
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/slub.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/slub.rst b/Documentation/vm/slub.rst index 195928808bac..0871c584939b 100644 --- a/Documentation/vm/slub.rst +++ b/Documentation/vm/slub.rst @@ -141,7 +141,7 @@ can be influenced by kernel parameters: (list_lock) where contention may occur. ``slub_min_order`` - specifies a minim order of slabs. A similar effect like + specifies a minimum order of slabs. A similar effect like ``slub_min_objects``. ``slub_max_order`` |