* Fix spelling in mmzone.h
@ 2008-04-19 21:51 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2008-04-19 21:51 UTC (permalink / raw)
To: linux-kernel; +Cc: zaitcev
I almost feel bad about patching spelling, but we have two so near...
Found while grepping for MAX_NR_ZONES.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 8d8d197..741779e 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -390,11 +390,11 @@ static inline int zone_is_oom_locked(const 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 .. MAX_NR_ZONES -1] : Zonelists with fallback
- * [MAZ_NR_ZONES ... MAZ_ZONELISTS -1] : No fallback (GFP_THISNODE)
+ * [MAX_NR_ZONES ... MAX_ZONELISTS -1] : No fallback (GFP_THISNODE)
*/
#define MAX_ZONELISTS (2 * MAX_NR_ZONES)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-19 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-19 21:51 Fix spelling in mmzone.h Pete Zaitcev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome