[PATCH] init: fix typos in main.c comments

From: Christos Skarlos

Date: Mon Aug 31 2026 - 08:45:03 EST


Change "initalization" to "initialization" and fix the spacing
in "bootup" to "boot up" within the comment blocks of main.c.

Signed-off-by: Christos Skarlos <christosskarlos.kernel@xxxxxxxxx>
---
init/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/init/main.c b/init/main.c
index 2613d3f9b3ce..8a9b6bfc8308 100644
--- a/init/main.c
+++ b/init/main.c
@@ -123,7 +123,7 @@
static int kernel_init(void *);

/*
- * Debug helper: via this flag we know that we are in 'early bootup code'
+ * Debug helper: via this flag we know that we are in 'early boot up code'
* where only the boot processor is running with IRQ disabled. This means
* two things - IRQ must not be enabled before the flag is cleared and some
* operations which are not allowed with IRQ disabled are allowed while the
@@ -1035,7 +1035,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();
@@ -1689,7 +1689,7 @@ static noinline void __init kernel_init_freeable(void)
}

/*
- * Ok, we have completed the initial bootup, and
+ * Ok, we have completed the initial boot up, and
* we're essentially up and running. Get rid of the
* initmem segments and start the user-mode stuff..
*
--
2.50.1 (Apple Git-155)