diff options
author | Yisheng Xie <xieyisheng1@huawei.com> | 2016-10-07 20:01:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-07 21:46:29 -0400 |
commit | ac34dcd263a3afe9a2e4d58a2d93bb66d700ac7c (patch) | |
tree | 8be03c4dae7daa9253d5f7b80337e95b5fd3a11f /mm/page_isolation.c | |
parent | eb03aa008561004257900983193d024e57abdd96 (diff) |
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.com
Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_isolation.c')
-rw-r--r-- | mm/page_isolation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_isolation.c b/mm/page_isolation.c index 064b7fb6e0b5..a5594bfcc5ed 100644 --- a/mm/page_isolation.c +++ b/mm/page_isolation.c | |||
@@ -55,7 +55,7 @@ static int set_migratetype_isolate(struct page *page, | |||
55 | ret = 0; | 55 | ret = 0; |
56 | 56 | ||
57 | /* | 57 | /* |
58 | * immobile means "not-on-lru" paes. If immobile is larger than | 58 | * immobile means "not-on-lru" pages. If immobile is larger than |
59 | * removable-by-driver pages reported by notifier, we'll fail. | 59 | * removable-by-driver pages reported by notifier, we'll fail. |
60 | */ | 60 | */ |
61 | 61 | ||