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: Baoquan He <bhe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Baoquan He 2015-02-11 15:25:10 -08:00 committed by Linus Torvalds
parent 23f086f962
commit 44628d9755

View file

@ -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;