[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1364319045-29973-1-git-send-email-cody@linux.vnet.ibm.com>
Date: Tue, 26 Mar 2013 10:30:44 -0700
From: Cody P Schafer <cody@...ux.vnet.ibm.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: Cody P Schafer <cody@...ux.vnet.ibm.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] trivial: mmzone: correct "pags" to "pages" in comment.
Signed-off-by: Cody P Schafer <cody@...ux.vnet.ibm.com>
---
include/linux/mmzone.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index c74092e..5c76737 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -450,7 +450,7 @@ struct zone {
*
* present_pages is physical pages existing within the zone, which
* is calculated as:
- * present_pages = spanned_pages - absent_pages(pags in holes);
+ * present_pages = spanned_pages - absent_pages(pages in holes);
*
* managed_pages is present pages managed by the buddy system, which
* is calculated as (reserved_pages includes pages allocated by the
--
1.8.2
--
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