summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
authorWang YanQing <udknight@gmail.com>2012-04-15 20:42:28 +0800
committerJiri Kosina <jkosina@suse.cz>2012-04-15 16:57:23 +0200
commit35fca53e15a696adbea300a981df4bbfb09a76d6 (patch)
tree0be0420f08b9c0fd2772448c448d4ba3b99db8ff /include/linux/mmzone.h
parentb3aa1584e9f3449b0669ab2beb9b9bf99874e1d6 (diff)
mmzone: fix comment typo coelesce -> coalesce
Signed-off-by: Wang YanQing <udknight@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index dff711509661..41aa49b74821 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -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