diff options
author | Pete Zaitcev <zaitcev@kotori.zaitcev.us> | 2011-02-04 08:43:48 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-04 12:55:44 +0300 |
commit | 25a64ec1e7d0cfe172832d06a31215d458dfea7f (patch) | |
tree | d2ed524b05bcf76e3f87bef8e6f78aed486ee30f | |
parent | 8e572bab39c484cdf512715f98626337f25cfc32 (diff) | |
download | linux-25a64ec1e7d0cfe172832d06a31215d458dfea7f.tar.xz |
fix comment spelling becausse => because
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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); #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 |