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:
Qiujun Huang 2020-04-06 20:04:02 -07:00 committed by Linus Torvalds
parent 5093c5872b
commit d8cc323d95
1 changed files with 1 additions and 1 deletions

View File

@ -3368,7 +3368,7 @@ retry:
goto overflow;
/*
* If required width exeeds current VA block, move
* If required width exceeds current VA block, move
* base downwards and then recheck.
*/
if (base + end > va->va_end) {