Commit f3867755 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

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

parent 55b65a57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {