From: Ethon Paul <ethp@xxxxxx> Subject: mm/compaction: fix a typo in comment "pessemistic"->"pessimistic" There is a typo in comment, fix it. Link: http://lkml.kernel.org/r/20200411070307.16021-1-ethp@xxxxxx Signed-off-by: Ethon Paul <ethp@xxxxxx> Reviewed-by: Ralph Campbell <rcampbell@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/compaction.c~mm-compaction-fix-a-typo-in-comment-pessemistic-pessimistic +++ a/mm/compaction.c @@ -1401,7 +1401,7 @@ fast_isolate_freepages(struct compact_co if (scan_start) { /* * Use the highest PFN found above min. If one was - * not found, be pessemistic for direct compaction + * not found, be pessimistic for direct compaction * and use the min mark. */ if (highest) { _