From ff8029476ba29a091c5ddc3a9c42fc432c702917 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 25 Aug 2011 09:46:53 +1000 Subject: [PATCH] fix comment Cc: Johannes Weiner Signed-off-by: Andrew Morton --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index 960ea17cd68b..1e826ea9ffcd 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -1833,7 +1833,7 @@ static void get_scan_count(struct zone *zone, struct scan_control *sc, bool force_scan = false; unsigned long nr_force_scan[2]; - /* kswapd does zone balancing and need to scan this zone */ + /* kswapd does zone balancing and needs to scan this zone */ if (scanning_global_lru(sc) && current_is_kswapd()) force_scan = true; /* memcg may have small limit and need to avoid priority drop */ -- 2.39.5