Skip to content

Commit

Permalink
mm/page_isolation: fix typo: "paes" -> "pages"
Browse files Browse the repository at this point in the history
Fix typo in comment.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yisheng Xie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Yisheng Xie authored and torvalds committed Oct 8, 2016
1 parent eb03aa0 commit ac34dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_isolation.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit ac34dcd

Please sign in to comment.