arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.c
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 4 Oct 2018 16:06:46 +0000 (17:06 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 5 Oct 2018 10:49:32 +0000 (11:49 +0100)
"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: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/kasan_init.c

index 1214587..fccb1a6 100644 (file)
@@ -192,7 +192,7 @@ void __init kasan_init(void)
 
        /*
         * 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.
         * tmp_pg_dir used to keep early shadow mapped until full shadow
         * setup will be finished.