[PATCH] Memcontrol: remove a stray ` sign from comment.

From: Pavel Emelyanov
Date: Wed Mar 05 2008 - 07:04:17 EST


It got there accidentally :)

Signed-off-by: Pavel Emelyanov <xemul@xxxxxxxxxx>

---

diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 631002d..887155b 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -884,7 +884,7 @@ int mem_cgroup_force_empty(struct mem_cgroup *mem)
css_get(&mem->css);
/*
* page reclaim code (kswapd etc..) will move pages between
-` * active_list <-> inactive_list while we don't take a lock.
+ * active_list <-> inactive_list while we don't take a lock.
* So, we have to do loop here until all lists are empty.
*/
while (mem->res.usage > 0) {
--
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/