From 12ce7aae3f9fca1a3bb70c38c12d2c1d6542e3ec Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Fri, 19 Apr 2024 23:59:21 +0200 Subject: [PATCH] Correct formatting --- xtoskrnl/ke/i686/krnlinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/ke/i686/krnlinit.c b/xtoskrnl/ke/i686/krnlinit.c index 7e904ed..6d93892 100644 --- a/xtoskrnl/ke/i686/krnlinit.c +++ b/xtoskrnl/ke/i686/krnlinit.c @@ -70,7 +70,7 @@ KepInitializeMachine(VOID) HlIoPortOutByte(0x376, 0); HlIoPortOutByte(0x3F6, 0); - /* Disable the legacy PIC */ + /* Disable the legacy PIC */ HlDisableLegacyPic(); /* Initialize frame buffer */