[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1288013572.3108.3.camel@localhost.localdomain>
Date: Mon, 25 Oct 2010 21:32:52 +0800
From: "Figo.zhang" <figo1802@...il.com>
To: lkml <linux-kernel@...r.kernel.org>, Rik van Riel <riel@...hat.com>
Subject: [PATCH] mm/rmap.c: fix comment
clean up comment.
Signed-off-by: Figo.zhang <figo1802@...il.com>
---
mm/rmap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/rmap.c b/mm/rmap.c
index 92e6757..479540d 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -94,7 +94,7 @@ void anon_vma_chain_free(struct anon_vma_chain *anon_vma_chain)
* anonymous pages mapped into it with that anon_vma.
*
* The common case will be that we already have one, but if
- * if not we either need to find an adjacent mapping that we
+ * not we either need to find an adjacent mapping that we
* can re-use the anon_vma from (very common when the only
* reason for splitting a vma has been mprotect()), or we
* allocate a new one.
--
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