From: Ethon Paul Date: Thu, 4 Jun 2020 23:49:13 +0000 (-0700) Subject: mm/compaction: fix a typo in comment "pessemistic"->"pessimistic" X-Git-Tag: v5.8-rc1~142^2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f386775510bf35d8ad28ad77e8d82524957abde7;p=thirdparty%2Fkernel%2Flinux.git mm/compaction: fix a typo in comment "pessemistic"->"pessimistic" There is a typo in comment, fix it. Signed-off-by: Ethon Paul Signed-off-by: Andrew Morton Reviewed-by: Ralph Campbell Link: http://lkml.kernel.org/r/20200411070307.16021-1-ethp@qq.com Signed-off-by: Linus Torvalds --- diff --git a/mm/compaction.c b/mm/compaction.c index 14d2fe231ea45..fd988b7e5f2b9 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -1401,7 +1401,7 @@ fast_isolate_freepages(struct compact_control *cc) 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) {