From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755250Ab3AVRMo (ORCPT ); Tue, 22 Jan 2013 12:12:44 -0500 Received: from cantor2.suse.de ([195.135.220.15]:33318 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754655Ab3AVRMk (ORCPT ); Tue, 22 Jan 2013 12:12:40 -0500 From: Mel Gorman To: Andrew Morton Cc: Peter Zijlstra , Andrea Arcangeli , Ingo Molnar , Simon Jeons , Wanpeng Li , Hugh Dickins , Mel Gorman , Linux-MM , LKML Subject: [PATCH 1/6] mm: numa: Fix minor typo in numa_next_scan Date: Tue, 22 Jan 2013 17:12:37 +0000 Message-Id: <1358874762-19717-2-git-send-email-mgorman@suse.de> X-Mailer: git-send-email 1.7.9.2 In-Reply-To: <1358874762-19717-1-git-send-email-mgorman@suse.de> References: <1358874762-19717-1-git-send-email-mgorman@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/me/be/ and clarify the comment a bit when we're changing it anyway. Suggested-by: Simon Jeons Signed-off-by: Mel Gorman --- include/linux/mm_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index f8f5162a..47047cb 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; -- 1.7.9.2