mm/vmalloc: fix a typo in comment
There is a typo in comment, fix it. "exeeds" -> "exceeds" Signed-off-by: Qiujun Huang <hqjagain@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20200404060136.10838-1-hqjagain@gmail.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5093c5872b
commit
d8cc323d95
|
@ -3368,7 +3368,7 @@ struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
|
||||||
goto overflow;
|
goto overflow;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If required width exeeds current VA block, move
|
* If required width exceeds current VA block, move
|
||||||
* base downwards and then recheck.
|
* base downwards and then recheck.
|
||||||
*/
|
*/
|
||||||
if (base + end > va->va_end) {
|
if (base + end > va->va_end) {
|
||||||
|
|
Loading…
Reference in New Issue