From: Masanari Iida Date: Fri, 2 Jan 2015 03:03:19 +0000 (+0900) Subject: Documentation: mm: Fix typo in vm.txt X-Git-Tag: v4.0-rc1~120^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=633708a4a4957f54a73e96a8f3f0cb616ce3b991;p=karo-tx-linux.git Documentation: mm: Fix typo in vm.txt This patch fix a spelling typo in Documentation/sysctl/vm.txt Signed-off-by: Masanari Iida Signed-off-by: Jonathan Corbet --- 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).