mm: numa: fix minor typo in numa_next_scan
authorMel Gorman <mgorman@suse.de>
Sat, 23 Feb 2013 00:34:25 +0000 (16:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:16 +0000 (17:50 -0800)
s/me/be/ and clarify the comment a bit when we're changing it anyway.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Suggested-by: Simon Jeons <simon.jeons@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm_types.h

index f8f5162a3571742ff0419638bd18fee62e04be72..47047cb4d8e5db357e01f2f1a571db084a6b61ee 100644 (file)
@@ -414,9 +414,9 @@ struct mm_struct {
 #endif
 #ifdef CONFIG_NUMA_BALANCING
        /*
-        * numa_next_scan is the next time when the PTEs will me marked
-        * pte_numa to gather statistics and migrate pages to new nodes
-        * if necessary
+        * numa_next_scan is the next time that the PTEs will be marked
+        * pte_numa. NUMA hinting faults will gather statistics and migrate
+        * pages to new nodes if necessary.
         */
        unsigned long numa_next_scan;