projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d5546
)
mm/mmap: fix typo in comment
author
Vernon Yang
<vernon2gm@gmail.com>
Tue, 10 Jan 2023 14:53:53 +0000
(22:53 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:32:53 +0000
(22:32 -0800)
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>
mm/mmap.c
patch
|
blob
|
history
diff --git
a/mm/mmap.c
b/mm/mmap.c
index 4fe29b8f99b0722bf686681365fb114b1a28daed..0641e6e0016c416e89936eae336bd31f82148840 100644
(file)
--- a/
mm/mmap.c
+++ b/
mm/mmap.c
@@
-2889,7
+2889,7
@@
out:
}
/*
- * brk_munmap() - Unmap a par
it
al vma.
+ * brk_munmap() - Unmap a par
ti
al vma.
* @mas: The maple tree state.
* @vma: The vma to be modified
* @newbrk: the start of the address to unmap