[PATCH] init/main.c: fix typo in start_kernel comment

Shivank Sharma posted 1 patch 1 week, 2 days ago
init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] init/main.c: fix typo in start_kernel comment
Posted by Shivank Sharma 1 week, 2 days ago
Correct the spelling of "initialization" in the comment
after start_kernel().

Signed-off-by: Shivank Sharma <shivanksharma2376543@gmail.com>
---
 init/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/main.c b/init/main.c
index e363232b4..f3bfe370c 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1025,7 +1025,7 @@ void start_kernel(void)
 
 	/*
 	 * These use large bootmem allocations and must precede
-	 * initalization of page allocator
+	 * initialization of page allocator
 	 */
 	setup_log_buf(0);
 	vfs_caches_init_early();
-- 
2.55.0