diff options
author | Wang YanQing <udknight@gmail.com> | 2012-04-15 08:42:28 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-15 10:57:23 -0400 |
commit | 35fca53e15a696adbea300a981df4bbfb09a76d6 (patch) | |
tree | 0be0420f08b9c0fd2772448c448d4ba3b99db8ff /include/linux/mmzone.h | |
parent | b3aa1584e9f3449b0669ab2beb9b9bf99874e1d6 (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.h | 2 |
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 @@ | |||
30 | /* | 30 | /* |
31 | * PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed | 31 | * PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed |
32 | * costly to service. That is between allocation orders which should | 32 | * costly to service. That is between allocation orders which should |
33 | * coelesce naturally under reasonable reclaim pressure and those which | 33 | * coalesce naturally under reasonable reclaim pressure and those which |
34 | * will not. | 34 | * will not. |
35 | */ | 35 | */ |
36 | #define PAGE_ALLOC_COSTLY_ORDER 3 | 36 | #define PAGE_ALLOC_COSTLY_ORDER 3 |