Skip to content

Commit

Permalink
mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"
Browse files Browse the repository at this point in the history
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Aug 24, 2011
1 parent 52288b6 commit 81d66c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 81d66c7

Please sign in to comment.