1
0
Fork 0

mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"

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>
alistair/sunxi64-5.8
Ethon Paul 2020-06-04 16:49:13 -07:00 committed by Linus Torvalds
parent 55b65a57c2
commit f386775510
1 changed files with 1 additions and 1 deletions

View 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) {