Skip to content

Commit

Permalink
mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"
Browse files Browse the repository at this point in the history
There is a typo in comment, fix it.
s/recoreded/recorded

Signed-off-by: Ethon Paul <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Reviewed-by: Ralph Campbell <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Ethon Paul authored and torvalds committed Jun 5, 2020
1 parent 57e86fa commit 52cfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/memory_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 52cfc24

Please sign in to comment.