1
0
Fork 0

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

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Justin P. Mattock 2011-08-23 09:28:02 -07:00 committed by Jiri Kosina
parent 52288b6646
commit 81d66c70b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;