提交 0293c8ba 编写于 作者: K Kyrylo Tkachov 提交者: Catalin Marinas

arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.c

"bellow" -> "below"

The recommendation from kegel.com/kerspell is to only fix the howlers.
"Bellow" is a synonym of "howl" so this should be appropriate.
Signed-off-by: NKyrylo Tkachov <kyrylo.tkachov@arm.com>
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
上级 b0506a8b
...@@ -192,7 +192,7 @@ void __init kasan_init(void) ...@@ -192,7 +192,7 @@ void __init kasan_init(void)
/* /*
* We are going to perform proper setup of shadow memory. * We are going to perform proper setup of shadow memory.
* At first we should unmap early shadow (clear_pgds() call bellow). * At first we should unmap early shadow (clear_pgds() call below).
* However, instrumented code couldn't execute without shadow memory. * However, instrumented code couldn't execute without shadow memory.
* tmp_pg_dir used to keep early shadow mapped until full shadow * tmp_pg_dir used to keep early shadow mapped until full shadow
* setup will be finished. * setup will be finished.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册