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

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
...@@ -426,7 +426,7 @@ struct zone { ...@@ -426,7 +426,7 @@ struct zone {
const char *name; 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. * optimization. Protected by zone->lock.
*/ */
int nr_migrate_reserve_block; int nr_migrate_reserve_block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment