From: Qiujun Huang Date: Tue, 7 Apr 2020 03:04:02 +0000 (-0700) Subject: mm/vmalloc: fix a typo in comment X-Git-Tag: microblaze-v5.10~1049^2~148 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=d8cc323d951e7903b5efffad292116148815dc4e;p=linux-2.6-microblaze.git mm/vmalloc: fix a typo in comment There is a typo in comment, fix it. "exeeds" -> "exceeds" Signed-off-by: Qiujun Huang Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Link: http://lkml.kernel.org/r/20200404060136.10838-1-hqjagain@gmail.com Signed-off-by: Linus Torvalds --- diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 6b8eeb0ecee5..399f219544f7 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -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) {