From: Andrew Morton Date: Wed, 24 Aug 2011 23:46:53 +0000 (+1000) Subject: fix comment X-Git-Tag: next-20110909~1^2~84 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff8029476ba29a091c5ddc3a9c42fc432c702917;p=karo-tx-linux.git fix comment Cc: Johannes Weiner Signed-off-by: Andrew Morton --- 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 */