Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment