diff options
author | Michael DeGuzis <mdeguzis@gmail.com> | 2017-05-17 15:19:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-12 09:11:56 -0400 |
commit | b14d595aa299236729380e4279c42cb526025026 (patch) | |
tree | 5f2e17e40dbd1414952122301e6937afe91e036c | |
parent | 5a244f48ecbbd03a11eb84819c5c599db81823ee (diff) |
mm/huge_memory.c: fixup grammar in comment
This patch fixes up some grammar and spelling in the information block for
huge_memory.c.
Signed-off-by: Michael DeGuzis <mdeguzis@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | mm/huge_memory.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 269b5df58543..1e3541d18c62 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c | |||
@@ -39,10 +39,10 @@ | |||
39 | #include "internal.h" | 39 | #include "internal.h" |
40 | 40 | ||
41 | /* | 41 | /* |
42 | * By default transparent hugepage support is disabled in order that avoid | 42 | * By default, transparent hugepage support is disabled in order to avoid |
43 | * to risk increase the memory footprint of applications without a guaranteed | 43 | * risking an increased memory footprint for applications that are not |
44 | * benefit. When transparent hugepage support is enabled, is for all mappings, | 44 | * guaranteed to benefit from it. When transparent hugepage support is |
45 | * and khugepaged scans all mappings. | 45 | * enabled, it is for all mappings, and khugepaged scans all mappings. |
46 | * Defrag is invoked by khugepaged hugepage allocations and by page faults | 46 | * Defrag is invoked by khugepaged hugepage allocations and by page faults |
47 | * for all hugepage allocations. | 47 | * for all hugepage allocations. |
48 | */ | 48 | */ |