Commit 2e6787d3 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

mm/sparse: fix a typo in comment "convienence"->"convenience"

parent 0d645ed1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ void __init memory_present(int nid, unsigned long start, unsigned long end)

/*
 * Mark all memblocks as present using memory_present(). This is a
 * convienence function that is useful for a number of arches
 * convenience function that is useful for a number of arches
 * to mark all of the systems memory as present during initialization.
 */
void __init memblocks_present(void)