mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"
authorEthon Paul <ethp@qq.com>
Thu, 4 Jun 2020 23:49:13 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:23 +0000 (19:06 -0700)
There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@qq.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>
Link: http://lkml.kernel.org/r/20200411070307.16021-1-ethp@qq.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/compaction.c

index 14d2fe2..fd988b7 100644 (file)
@@ -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) {