From: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Subject: mm/page_isolation: fix typo: "paes" -> "pages" Fix typo in comment. Link: http://lkml.kernel.org/r/1474788764-5774-1-git-send-email-ysxie@xxxxxxxxxxx Signed-off-by: Yisheng Xie <xieyisheng1@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_isolation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_isolation.c~mm-page_isolation-fix-typo-paes-pages mm/page_isolation.c --- a/mm/page_isolation.c~mm-page_isolation-fix-typo-paes-pages +++ a/mm/page_isolation.c @@ -55,7 +55,7 @@ static int set_migratetype_isolate(struc 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. */ _ -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html