]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Documentation: mm: Fix typo in vm.txt
authorMasanari Iida <standby24x7@gmail.com>
Fri, 2 Jan 2015 03:03:19 +0000 (12:03 +0900)
committerJonathan Corbet <corbet@lwn.net>
Wed, 28 Jan 2015 22:13:11 +0000 (15:13 -0700)
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>
Documentation/sysctl/vm.txt

index 4415aa91568104fbcfa9cc594373513180a29c24..de3afef768377a67f38a7fe431637ff70d5e6db2 100644 (file)
@@ -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).