* [PATCH] mm/rmap.c: fix comment
@ 2010-10-25 13:32 Figo.zhang
2010-10-25 15:21 ` Rik van Riel
0 siblings, 1 reply; 2+ messages in thread
From: Figo.zhang @ 2010-10-25 13:32 UTC (permalink / raw)
To: lkml, Rik van Riel
clean up comment.
Signed-off-by: Figo.zhang <figo1802@gmail.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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-25 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 13:32 [PATCH] mm/rmap.c: fix comment Figo.zhang
2010-10-25 15:21 ` Rik van Riel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox