From 7e101574388d9aafb4281d06263e0f0c73674050 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 24 May 2017 23:57:39 +0200 Subject: [PATCH] remove typo --- arch/x86/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index e1426c331..0536cf256 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c @@ -684,7 +684,7 @@ int apic_calibration(void) } // now, we don't longer need the IOAPIC timer and turn it off - LOG_INFO("IOAPIC timer\n"); + LOG_INFO("Disable IOAPIC timer\n"); ioapic_intoff(2, apic_processors[boot_processor]->id); }