[syslinux:master] hdt: Fixing typo

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Mon Apr 25 15:28:47 PDT 2011


Commit-ID:  7e25d93d421121b92f143b4ef1dbc30c4173f47c
Gitweb:     http://syslinux.zytor.com/commit/7e25d93d421121b92f143b4ef1dbc30c4173f47c
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Mon, 4 Apr 2011 21:46:00 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Mon, 4 Apr 2011 21:46:00 +0200

hdt: Fixing typo



---
 com32/hdt/hdt-cli-acpi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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);
     }
 }



More information about the Syslinux-commits mailing list