Skip to content

Commit 86d12e4

Browse files
aagittorvalds
authored andcommitted
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]>
1 parent 97a42cd commit 86d12e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/mmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
667667
/*
668668
* vma expands, overlapping all the next, and
669669
* perhaps the one after too (mprotect case 6).
670-
* The only two other cases that gets here are
670+
* The only other cases that gets here are
671671
* case 1, case 7 and case 8.
672672
*/
673673
if (next == expand) {

0 commit comments

Comments
 (0)