Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81d66c70 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina
Browse files

mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"

parent 52288b66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1417,7 +1417,7 @@ static inline bool should_reclaim_stall(unsigned long nr_taken,
	if (sc->reclaim_mode & RECLAIM_MODE_SINGLE)
		return false;

	/* If we have relaimed everything on the isolated list, no stall */
	/* If we have reclaimed everything on the isolated list, no stall */
	if (nr_freed == nr_taken)
		return false;