mmzone: fix comment typo coelesce -> coalesce
authorWang YanQing <udknight@gmail.com>
Sun, 15 Apr 2012 12:42:28 +0000 (20:42 +0800)
committerJiri Kosina <jkosina@suse.cz>
Sun, 15 Apr 2012 14:57:23 +0000 (16:57 +0200)
Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/mmzone.h

index dff711509661c8e5eb74fce083eef26e526a783e..41aa49b74821a43ba84ad4a936a2df1ae8055262 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed
  * costly to service.  That is between allocation orders which should
- * coelesce naturally under reasonable reclaim pressure and those which
+ * coalesce naturally under reasonable reclaim pressure and those which
  * will not.
  */
 #define PAGE_ALLOC_COSTLY_ORDER 3