From 8d6915d0e6078920b773b0455eb1fad375ec0972 Mon Sep 17 00:00:00 2001 From: Yuke Peng Date: Sun, 28 Jan 2024 12:53:00 +0800 Subject: [PATCH] Fix typo --- framework/aster-frame/src/arch/x86/kernel/apic/ioapic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/aster-frame/src/arch/x86/kernel/apic/ioapic.rs b/framework/aster-frame/src/arch/x86/kernel/apic/ioapic.rs index 36b3e7445..8d112627e 100644 --- a/framework/aster-frame/src/arch/x86/kernel/apic/ioapic.rs +++ b/framework/aster-frame/src/arch/x86/kernel/apic/ioapic.rs @@ -157,7 +157,7 @@ pub fn init() { let version = io_apic.version(); let max_redirection_entry = io_apic.max_redirection_entry(); info!( - "[IOAPIC]: Not found ACPI talbes, using default address:{:x?}", + "[IOAPIC]: Not found ACPI tables, using default address:{:x?}", IO_APIC_DEFAULT_ADDRESS, ); info!(