[PATCH] init/main.c: fix typo in start_kernel comment
From: Shivank Sharma
Date: Thu Jul 16 2026 - 14:52:59 EST
Correct the spelling of "initialization" in the comment
after start_kernel().
Signed-off-by: Shivank Sharma <shivanksharma2376543@xxxxxxxxx>
---
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