Skip to content

Commit

Permalink
mm: fix typo of MIGRATE_RESERVE in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Baoquan He authored and Linus Torvalds committed Feb 12, 2015
1 parent 23f086f commit 44628d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44628d9

Please sign in to comment.