mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Fix typo
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
ab03ef0fe8
commit
8d6915d0e6
@ -157,7 +157,7 @@ pub fn init() {
|
|||||||
let version = io_apic.version();
|
let version = io_apic.version();
|
||||||
let max_redirection_entry = io_apic.max_redirection_entry();
|
let max_redirection_entry = io_apic.max_redirection_entry();
|
||||||
info!(
|
info!(
|
||||||
"[IOAPIC]: Not found ACPI talbes, using default address:{:x?}",
|
"[IOAPIC]: Not found ACPI tables, using default address:{:x?}",
|
||||||
IO_APIC_DEFAULT_ADDRESS,
|
IO_APIC_DEFAULT_ADDRESS,
|
||||||
);
|
);
|
||||||
info!(
|
info!(
|
||||||
|
Reference in New Issue
Block a user