diff options
author | Pete Zaitcev <zaitcev@kotori.zaitcev.us> | 2011-02-03 22:43:48 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-04 10:55:44 +0100 |
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 39c24ebe9cf..52f96d78c0e 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -477,7 +477,7 @@ unsigned long zone_nr_free_pages(struct zone *zone); #ifdef CONFIG_NUMA /* - * The NUMA zonelists are doubled becausse we need zonelists that restrict the + * The NUMA zonelists are doubled because we need zonelists that restrict the * allocations to a single node for GFP_THISNODE. * * [0] : Zonelist with fallback |