]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 2f0856d14b212d80786e09da61fcf6fcf21b09d8..b4182970133479e4ccbac3ed2365f1453c029200 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;