From 7b9f8267eae8b39e3cb4d2fea56c717b651a45b2 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Tue, 23 Jun 2026 23:36:45 +0000 Subject: [PATCH] stos: init: Fix typo in comment Signed-off-by: Chloe M. --- paw/stos/init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paw/stos/init/init.c b/paw/stos/init/init.c index 3f750fd..bf4f3a6 100644 --- a/paw/stos/init/init.c +++ b/paw/stos/init/init.c @@ -60,7 +60,7 @@ KiKernelEntry(VOID) /* * If the console is not enabled then we should show a - * splash rather thank a black screen. + * splash rather thann a black screen. */ if (!BootVidConsEn()) { BootVidSplash();