From: Ethon Paul <ethp@xxxxxx> Subject: mm/sparse: fix a typo in comment "convienence"->"convenience" There is a typo in comment, fix it. Link: http://lkml.kernel.org/r/20200411002955.14545-1-ethp@xxxxxx Signed-off-by: Ethon Paul <ethp@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/sparse.c~mm-sparse-fix-a-typo-in-comment-convienence-convenience +++ a/mm/sparse.c @@ -288,7 +288,7 @@ void __init memory_present(int nid, unsi /* * 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) _