mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
mm/mmap: fix typo in comment
Replace "parital" with "partial". Link: https://lkml.kernel.org/r/20230110145353.1658435-1-vernon2gm@gmail.com Signed-off-by: Vernon Yang <vernon2gm@gmail.com> Cc: Liam Howlett <liam.howlett@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
c5d5546ea0
commit
baabcfc93d
@ -2889,7 +2889,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
|
||||
}
|
||||
|
||||
/*
|
||||
* brk_munmap() - Unmap a parital vma.
|
||||
* brk_munmap() - Unmap a partial vma.
|
||||
* @mas: The maple tree state.
|
||||
* @vma: The vma to be modified
|
||||
* @newbrk: the start of the address to unmap
|
||||
|
Loading…
Reference in New Issue
Block a user