Commit 81d66c70b546e7be5d7e1f1ca9676fd17c5973af
Committed by
Jiri Kosina
1 parent
52288b6646
Exists in
master
and in
6 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
mm/vmscan.c
... | ... | @@ -1417,7 +1417,7 @@ |
1417 | 1417 | if (sc->reclaim_mode & RECLAIM_MODE_SINGLE) |
1418 | 1418 | return false; |
1419 | 1419 | |
1420 | - /* If we have relaimed everything on the isolated list, no stall */ | |
1420 | + /* If we have reclaimed everything on the isolated list, no stall */ | |
1421 | 1421 | if (nr_freed == nr_taken) |
1422 | 1422 | return false; |
1423 | 1423 |