sparse: fix comment
authorLi Zhong <zhong@linux.vnet.ibm.com>
Mon, 31 Mar 2014 08:41:58 +0000 (16:41 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 2 Apr 2014 07:16:17 +0000 (09:16 +0200)
retmain -> remain

Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/sparse.c

index 63c3ea5c119c41f62d28b05e99ba4d7882241766..38cad8fd739734573ce90a3c9b1c251116f01193 100644 (file)
@@ -268,7 +268,7 @@ sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat,
        /*
         * A page may contain usemaps for other sections preventing the
         * page being freed and making a section unremovable while
-        * other sections referencing the usemap retmain active. Similarly,
+        * other sections referencing the usemap remain active. Similarly,
         * a pgdat can prevent a section being removed. If section A
         * contains a pgdat and section B contains the usemap, both
         * sections become inter-dependent. This allocates usemaps
This page took 0.039354 seconds and 5 git commands to generate.