Commit 52cfc245 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"



There is a typo in comment, fix it.
s/recoreded/recorded

Signed-off-by: default avatarEthon Paul <ethp@qq.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarRalph Campbell <rcampbell@nvidia.com>
Link: http://lkml.kernel.org/r/20200410160328.13843-1-ethp@qq.com


Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 57e86fa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,