]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/page_alloc.c: fix comment in zlc_setup()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Tue, 5 Nov 2013 05:56:00 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:00 +0000 (16:56 +1100)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c

index 3dc034f842abc6c3d528754a7a0ff8770c6daee1..f4a15a876a655c7a25d6f5240472518bb1f02c95 100644 (file)
@@ -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].)
  *