Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44628d97 authored by Baoquan He's avatar Baoquan He Committed by Linus Torvalds
Browse files

mm: fix typo of MIGRATE_RESERVE in comment



Found it when I want to jump to the definition of MIGRATE_RESERVE ctags.

Signed-off-by: default avatarBaoquan He <bhe@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 23f086f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ struct zone {
	const char		*name;

	/*
	 * Number of MIGRATE_RESEVE page block. To maintain for just
	 * Number of MIGRATE_RESERVE page block. To maintain for just
	 * optimization. Protected by zone->lock.
	 */
	int			nr_migrate_reserve_block;