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

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

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 52288b66
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment