2020-04-04 06:02:49

by Qiujun Huang

[permalink] [raw]
Subject: [PATCH] mm/vmalloc: Fix a typo in comment

There is a typo in comment, fix it.
"exeeds" -> "exceeds"

Signed-off-by: Qiujun Huang <[email protected]>
---
mm/vmalloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 1f46c3b86f9f..7d90159e84ba 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -3365,7 +3365,7 @@ struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
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) {
--
2.17.1