From: Zhi Yong Wu Date: Tue, 5 Nov 2013 05:56:00 +0000 (+1100) Subject: mm/page_alloc.c: fix comment in zlc_setup() X-Git-Tag: next-20131105~2^2~205 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6c77e3d2ddd1484930e48a1d22326400517e783e;p=karo-tx-linux.git mm/page_alloc.c: fix comment in zlc_setup() Signed-off-by: Zhi Yong Wu Signed-off-by: Andrew Morton --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 3dc034f842ab..f4a15a876a65 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1705,7 +1705,7 @@ bool zone_watermark_ok_safe(struct zone *z, int order, unsigned long mark, * comments in mmzone.h. Reduces cache footprint of zonelist scans * that have to skip over a lot of full or unallowed zones. * - * If the zonelist cache is present in the passed in zonelist, then + * If the zonelist cache is present in the passed zonelist, then * returns a pointer to the allowed node mask (either the current * tasks mems_allowed, or node_states[N_MEMORY].) *