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>
This commit is contained in:
parent
55b65a57c2
commit
f386775510
|
@ -1401,7 +1401,7 @@ fast_isolate_freepages(struct compact_control *cc)
|
||||||
if (scan_start) {
|
if (scan_start) {
|
||||||
/*
|
/*
|
||||||
* Use the highest PFN found above min. If one was
|
* 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.
|
* and use the min mark.
|
||||||
*/
|
*/
|
||||||
if (highest) {
|
if (highest) {
|
||||||
|
|
Loading…
Reference in New Issue