Skip to content

Commit ab9dd4f

Browse files
lonuxlitorvalds
authored andcommitted
mm/migrate.c: fix comment spelling
The word in the comment is misspelled, it should be "include". Link: https://lkml.kernel.org/r/20201024114144.GA20552@lilong Signed-off-by: Long Li <lonuxli.64@gmail.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 259b363 commit ab9dd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/migrate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ static int move_pages_and_store_status(struct mm_struct *mm, int node,
16961696
* Positive err means the number of failed
16971697
* pages to migrate. Since we are going to
16981698
* abort and return the number of non-migrated
1699-
* pages, so need to incude the rest of the
1699+
* pages, so need to include the rest of the
17001700
* nr_pages that have not been attempted as
17011701
* well.
17021702
*/

0 commit comments

Comments
 (0)