summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2015-04-08 09:45:23 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-04-08 09:45:23 +1000
commit0b223bf0132b60115256b0a89100b32a330aff6d (patch)
treef8a3c5ecb76cfee6680609968f016730093b5bc1
parent5ec26178fc6e61dc0eef87646856d9b1380c7bfa (diff)
downloadlinux-0b223bf0132b60115256b0a89100b32a330aff6d.tar.gz
linux-0b223bf0132b60115256b0a89100b32a330aff6d.tar.xz
doc-sysctl-kerneltxt-document-threads-max-fix
fix typo, per Guenter Cc: Guenter Roeck <linux@roeck-us.net> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Cc: Ingo Molnar <mingo@kernel.org> Cc: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--Documentation/sysctl/kernel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt
index beea4ebc73f6..c831001c45f1 100644
--- a/Documentation/sysctl/kernel.txt
+++ b/Documentation/sysctl/kernel.txt
@@ -882,7 +882,7 @@ maximum number of threads is created, the thread structures occupy only
a part (1/8th) of the available RAM pages.
The minimum value that can be written to threads-max is 20.
-The maximum vlaue that can be written to threads-max is given by the
+The maximum value that can be written to threads-max is given by the
constant FUTEX_TID_MASK (0x3fffffff).
If a value outside of this range is written to threads-max an error
EINVAL occurs.