mm: fix typo of MIGRATE_RESERVE in comment
authorBaoquan He <bhe@redhat.com>
Wed, 11 Feb 2015 23:25:10 +0000 (15:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2015 01:06:01 +0000 (17:06 -0800)
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>
include/linux/mmzone.h

index 2f0856d..b418297 100644 (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;