diff options
author | Pete Zaitcev <zaitcev@kotori.zaitcev.us> | 2011-02-04 00:43:48 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-04 04:55:44 -0500 |
commit | 25a64ec1e7d0cfe172832d06a31215d458dfea7f (patch) | |
tree | d2ed524b05bcf76e3f87bef8e6f78aed486ee30f /include/linux/mmzone.h | |
parent | 8e572bab39c484cdf512715f98626337f25cfc32 (diff) |
fix comment spelling becausse => because
Signed-off-by: Pete Zaitcev <zaitcev@redhat.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 39c24ebe9cfd..52f96d78c0e8 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -477,7 +477,7 @@ unsigned long zone_nr_free_pages(struct zone *zone); | |||
477 | #ifdef CONFIG_NUMA | 477 | #ifdef CONFIG_NUMA |
478 | 478 | ||
479 | /* | 479 | /* |
480 | * The NUMA zonelists are doubled becausse we need zonelists that restrict the | 480 | * The NUMA zonelists are doubled because we need zonelists that restrict the |
481 | * allocations to a single node for GFP_THISNODE. | 481 | * allocations to a single node for GFP_THISNODE. |
482 | * | 482 | * |
483 | * [0] : Zonelist with fallback | 483 | * [0] : Zonelist with fallback |