[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080419145138.c03ea000.zaitcev@redhat.com>
Date: Sat, 19 Apr 2008 14:51:38 -0700
From: Pete Zaitcev <zaitcev@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: zaitcev@...hat.com
Subject: Fix spelling in mmzone.h
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@...hat.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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists