[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1314116882-27412-1-git-send-email-justinmattock@gmail.com>
Date: Tue, 23 Aug 2011 09:28:02 -0700
From: "Justin P. Mattock" <justinmattock@...il.com>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org,
"Justin P. Mattock" <justinmattock@...il.com>
Subject: [PATCH]mm/vmscan.c Fix a typo in a comment "relaimed" to "reclaimed"
From: "Justin P. Mattock" <justinmattock@...il.com>
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@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists