aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthon Paul <[email protected]>2020-06-04 16:49:13 -0700
committerLinus Torvalds <[email protected]>2020-06-04 19:06:23 -0700
commitf386775510bf35d8ad28ad77e8d82524957abde7 (patch)
tree8f747d85382e3fbb1abb01bfaaed47ac1fd6da3e
parent55b65a57c2542165933611a7abb6e22b797acac0 (diff)
mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"
There is a typo in comment, fix it. Signed-off-by: Ethon Paul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Ralph Campbell <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/compaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/compaction.c b/mm/compaction.c
index 14d2fe231ea4..fd988b7e5f2b 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) {