diff options
author | Li Zhong <zhong@linux.vnet.ibm.com> | 2014-03-31 16:41:58 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-04-02 09:16:17 +0200 |
commit | c800bcd5f53fd9455fc6c68f1a34306e5aa4f79a (patch) | |
tree | 27decdbcc96002a28c3fb1df942cbdf2d06f9e35 | |
parent | df5cbb27836ff6a6c807f9030ca536403fc674d2 (diff) | |
download | op-kernel-dev-c800bcd5f53fd9455fc6c68f1a34306e5aa4f79a.zip op-kernel-dev-c800bcd5f53fd9455fc6c68f1a34306e5aa4f79a.tar.gz |
sparse: fix comment
retmain -> remain
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index 63c3ea5..38cad8f 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -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 |