Commit ac34dcd2 authored by Yisheng Xie's avatar Yisheng Xie Committed by Linus Torvalds

mm/page_isolation: fix typo: "paes" -> "pages"

Fix typo in comment.

Link: http://lkml.kernel.org/r/1474788764-5774-1-git-send-email-ysxie@foxmail.comSigned-off-by: default avatarYisheng Xie <xieyisheng1@huawei.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent eb03aa00
...@@ -55,7 +55,7 @@ static int set_migratetype_isolate(struct page *page, ...@@ -55,7 +55,7 @@ static int set_migratetype_isolate(struct page *page,
ret = 0; 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. * removable-by-driver pages reported by notifier, we'll fail.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment