diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-01-01 22:03:19 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-01-28 17:13:11 -0500 |
commit | 633708a4a4957f54a73e96a8f3f0cb616ce3b991 (patch) | |
tree | 048c7086456c5823ecdf57918fdf66b2fe02a616 | |
parent | 7b7e1b7b7f6f16862ba5bfe79f024139e61b6623 (diff) |
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>
-rw-r--r-- | Documentation/sysctl/vm.txt | 2 |
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. | |||
728 | 728 | ||
729 | - user_reserve_kbytes | 729 | - user_reserve_kbytes |
730 | 730 | ||
731 | When overcommit_memory is set to 2, "never overommit" mode, reserve | 731 | When overcommit_memory is set to 2, "never overcommit" mode, reserve |
732 | min(3% of current process size, user_reserve_kbytes) of free memory. | 732 | min(3% of current process size, user_reserve_kbytes) of free memory. |
733 | This is intended to prevent a user from starting a single memory hogging | 733 | This is intended to prevent a user from starting a single memory hogging |
734 | process, such that they cannot recover (kill the hog). | 734 | process, such that they cannot recover (kill the hog). |