hdt: Fixing typo
authorErwan Velu <erwanaliasr1@gmail.com>
Mon, 4 Apr 2011 19:46:00 +0000 (21:46 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Mon, 4 Apr 2011 19:46:00 +0000 (21:46 +0200)
com32/hdt/hdt-cli-acpi.c

index 76f54df..5782609 100644 (file)
@@ -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);
     }
 }