[PATCH] mm/page_isolation: fix typo: "paes" -> "pages"
From: ysxie
Date: Sun Sep 25 2016 - 03:40:30 EST
From: Yisheng Xie <xieyisheng1@xxxxxxxxxx>
trivial typo fix in comment
Signed-off-by: Yisheng Xie <xieyisheng1@xxxxxxxxxx>
---
mm/page_isolation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page_isolation.c b/mm/page_isolation.c
index 064b7fb..a5594bf 100644
--- a/mm/page_isolation.c
+++ b/mm/page_isolation.c
@@ -55,7 +55,7 @@ static int set_migratetype_isolate(struct page *page,
ret = 0;
/*
- * immobile means "not-on-lru" paes. If immobile is larger than
+ * immobile means "not-on-lru" pages. If immobile is larger than
* removable-by-driver pages reported by notifier, we'll fail.
*/
--
1.9.1