aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arcangeli <[email protected]>2016-10-07 17:01:34 -0700
committerLinus Torvalds <[email protected]>2016-10-07 18:46:29 -0700
commit86d12e471d9f152217744f2054e63e3742949879 (patch)
tree07d188daaeef4bcef7008e8f87f2c9a1d30d0977
parent97a42cd4398162aba77da55b568d85e5ec6b7705 (diff)
mm: vma_adjust: minor comment correction
The cases are three not two. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Andrea Arcangeli <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Hugh Dickins <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Jan Vorlicek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mmap.c b/mm/mmap.c
index aa29d43130b3..4dc65be4766f 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -667,7 +667,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
/*
* vma expands, overlapping all the next, and
* perhaps the one after too (mprotect case 6).
- * The only two other cases that gets here are
+ * The only other cases that gets here are
* case 1, case 7 and case 8.
*/
if (next == expand) {