提交 81d66c70 编写于 作者: J Justin P. Mattock 提交者: Jiri Kosina

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

Signed-off-by: NJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册