summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
diff options
context:
space:
mode:
authorMichael DeGuzis2017-05-17 21:19:21 +0200
committerJiri Kosina2017-10-12 15:11:56 +0200
commitb14d595aa299236729380e4279c42cb526025026 (patch)
tree5f2e17e40dbd1414952122301e6937afe91e036c /mm/huge_memory.c
parentlib/xz: Add fall-through comments to a switch statement (diff)
downloadkernel-qcow2-linux-b14d595aa299236729380e4279c42cb526025026.tar.gz
kernel-qcow2-linux-b14d595aa299236729380e4279c42cb526025026.tar.xz
kernel-qcow2-linux-b14d595aa299236729380e4279c42cb526025026.zip
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>
Diffstat (limited to 'mm/huge_memory.c')
-rw-r--r--mm/huge_memory.c8
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 @@
#include "internal.h"
/*
- * By default transparent hugepage support is disabled in order that avoid
- * to risk increase the memory footprint of applications without a guaranteed
- * benefit. When transparent hugepage support is enabled, is for all mappings,
- * and khugepaged scans all mappings.
+ * By default, transparent hugepage support is disabled in order to avoid
+ * risking an increased memory footprint for applications that are not
+ * guaranteed to benefit from it. When transparent hugepage support is
+ * enabled, it is for all mappings, and khugepaged scans all mappings.
* Defrag is invoked by khugepaged hugepage allocations and by page faults
* for all hugepage allocations.
*/