aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-01-02 12:03:19 +0900
committerJonathan Corbet <corbet@lwn.net>2015-01-28 15:13:11 -0700
commit633708a4a4957f54a73e96a8f3f0cb616ce3b991 (patch)
tree048c7086456c5823ecdf57918fdf66b2fe02a616 /Documentation
parentlockstat: Add documentation on contention and contenting points (diff)
downloadlinux-dev-633708a4a4957f54a73e96a8f3f0cb616ce3b991.tar.xz
linux-dev-633708a4a4957f54a73e96a8f3f0cb616ce3b991.zip
Documentation: mm: Fix typo in vm.txt
This patch fix a spelling typo in Documentation/sysctl/vm.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r--Documentation/sysctl/vm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 4415aa915681..de3afef76837 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -728,7 +728,7 @@ The default value is 60.
- user_reserve_kbytes
-When overcommit_memory is set to 2, "never overommit" mode, reserve
+When overcommit_memory is set to 2, "never overcommit" mode, reserve
min(3% of current process size, user_reserve_kbytes) of free memory.
This is intended to prevent a user from starting a single memory hogging
process, such that they cannot recover (kill the hog).