diff options
author | Vernon Yang <vernon2gm@gmail.com> | 2023-01-10 15:53:53 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-02-03 07:32:53 +0100 |
commit | baabcfc93d3b5b14c52eb5c18d38627c32d2d82b (patch) | |
tree | a6b74228775ba90931e0c1fe6af0501df095b087 /mm | |
parent | maple_tree: remove the parameter entry of mas_preallocate (diff) | |
download | linux-baabcfc93d3b5b14c52eb5c18d38627c32d2d82b.tar.xz linux-baabcfc93d3b5b14c52eb5c18d38627c32d2d82b.zip |
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>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mmap.c b/mm/mmap.c index 4fe29b8f99b0..0641e6e0016c 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 |