From: Mel Gorman Date: Thu, 7 Feb 2013 01:26:48 +0000 (+1100) Subject: mm: numa: fix minor typo in numa_next_scan X-Git-Tag: next-20130218~1^2~387 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=937d196ba5c5110ac220bbea23c4ba540d7dc511;p=karo-tx-linux.git mm: numa: fix minor typo in numa_next_scan s/me/be/ and clarify the comment a bit when we're changing it anyway. Signed-off-by: Mel Gorman Suggested-by: Simon Jeons Cc: Peter Zijlstra Cc: Andrea Arcangeli Cc: Ingo Molnar Cc: Wanpeng Li Cc: Hugh Dickins Signed-off-by: Andrew Morton --- diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index f8f5162a3571..47047cb4d8e5 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -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;