From: Ethon Paul Date: Thu, 4 Jun 2020 23:48:58 +0000 (-0700) Subject: mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52cfc24578c32aa4d604fcb38e081ed0eb4cfb5c;p=linux.git mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded" There is a typo in comment, fix it. s/recoreded/recorded Signed-off-by: Ethon Paul Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Reviewed-by: Ralph Campbell Link: http://lkml.kernel.org/r/20200410160328.13843-1-ethp@qq.com Signed-off-by: Linus Torvalds --- diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index c82722c3fe321..c4d5c45820d0e 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -1337,7 +1337,7 @@ offline_isolated_pages_cb(unsigned long start, unsigned long nr_pages, } /* - * Check all pages in range, recoreded as memory resource, are isolated. + * Check all pages in range, recorded as memory resource, are isolated. */ static int check_pages_isolated_cb(unsigned long start_pfn, unsigned long nr_pages,