[PATCH]mm/vmscan.c Fix a typo in a comment "relaimed" to "reclaimed"

From: Justin P. Mattock
Date: Tue Aug 23 2011 - 12:28:35 EST


From: "Justin P. Mattock" <justinmattock@xxxxxxxxx>

The below patch fixes a typo I noticed in a comment while reading.
(Note: I looked through everything, so hopefully I didnt forget anything).

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>

---
mm/vmscan.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 7ef6912..0ea8055 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -1423,7 +1423,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;

--
1.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/