[syslinux:master] ACPI: Fixing typo in TCPA

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun Feb 6 14:07:58 PST 2011


Commit-ID:  1487261e9678cf7bea00e64b6deaae963a6470e1
Gitweb:     http://syslinux.zytor.com/commit/1487261e9678cf7bea00e64b6deaae963a6470e1
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Mon, 31 Jan 2011 22:04:12 +0100
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Mon, 31 Jan 2011 22:04:12 +0100

ACPI: Fixing typo in TCPA



---
 com32/gplinclude/acpi/tcpa.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/gplinclude/acpi/tcpa.h b/com32/gplinclude/acpi/tcpa.h
index a7ec376..82b2879 100644
--- a/com32/gplinclude/acpi/tcpa.h
+++ b/com32/gplinclude/acpi/tcpa.h
@@ -15,7 +15,7 @@
 #include <inttypes.h>
 #include <stdbool.h>
 
-#define HPET "HPET"
+#define TCPA "TCPA"
 
 enum { TCPA_TABLE_FOUND = 1 };
 



More information about the Syslinux-commits mailing list