From 7e25d93d421121b92f143b4ef1dbc30c4173f47c Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Mon, 4 Apr 2011 21:46:00 +0200 Subject: [PATCH] hdt: Fixing typo --- com32/hdt/hdt-cli-acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-acpi.c b/com32/hdt/hdt-cli-acpi.c index 76f54df..5782609 100644 --- a/com32/hdt/hdt-cli-acpi.c +++ b/com32/hdt/hdt-cli-acpi.c @@ -206,7 +206,7 @@ static void show_io_apic(s_madt * madt) break; } - more_printf("IO_APIC[%d] : apic_id[0x%02x] adress[0x%08x] %s\n", + more_printf("IO_APIC[%d] : apic_id[0x%02x] address[0x%08x] %s\n", i, sio->io_apic_id, sio->io_apic_address, buffer); } } -- 2.7.4