]> xenbits.xensource.com Git - arm/linux.git/commitdiff
mm/huge_memory.c: fixup grammar in comment
authorMichael DeGuzis <mdeguzis@gmail.com>
Wed, 17 May 2017 19:19:21 +0000 (15:19 -0400)
committerJiri Kosina <jkosina@suse.cz>
Thu, 12 Oct 2017 13:11:56 +0000 (15:11 +0200)
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>
mm/huge_memory.c

index 269b5df58543e44d6a283c6268036f010aad37c2..1e3541d18c622b96f1825e455971c432b2e89f8f 100644 (file)
 #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.
  */