Skip to content

Commit

Permalink
mm/rmap.c: fix comment
Browse files Browse the repository at this point in the history
clean up comment.

Signed-off-by: Figo.zhang <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Figo1802 authored and Jiri Kosina committed Dec 27, 2010
1 parent c521dde commit 23a0790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/rmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static 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.
Expand Down

0 comments on commit 23a0790

Please sign in to comment.