From: Vernon Yang Date: Tue, 10 Jan 2023 14:53:53 +0000 (+0800) Subject: mm/mmap: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=baabcfc93d3b5b14c52eb5c18d38627c32d2d82b;p=linux.git 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 Cc: Liam Howlett Signed-off-by: Andrew Morton --- diff --git a/mm/mmap.c b/mm/mmap.c index 4fe29b8f99b07..0641e6e0016c4 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -2889,7 +2889,7 @@ out: } /* - * 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