]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/mmap.c: Fix vma_link() documentation typo
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 10 May 2022 02:41:03 +0000 (22:41 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 11 May 2022 14:46:53 +0000 (10:46 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
mm/mmap.c

index 443c0a06656dc151feadca335b01221465dec65b..d4a0716b926dbf0fb446714ee4e1ef2c191bc1a9 100644 (file)
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -548,7 +548,7 @@ static int vma_link(struct mm_struct *mm, struct vm_area_struct *vma)
  * @start: The start of the vma
  * @end: The exclusive end of the vma
  * @pgoff: The page offset of vma
- * @next: The current of next vma.
+ * @next: The current or next vma.
  *
  * Expand @vma to @start and @end.  Can expand off the start and end.  Will
  * expand over @next if it's different from @vma and @end == @next->vm_end.