summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-01-31 22:04:12 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-01-31 22:04:12 +0100
commit1487261e9678cf7bea00e64b6deaae963a6470e1 (patch)
tree82fc4b18c25302a9630aa5ba8f63acc9affcbfda
parentd2d44acc3b9d57c4c72e88c59a5a7d8a9a1f3fb5 (diff)
downloadsyslinux-1487261e9678cf7bea00e64b6deaae963a6470e1.tar.gz
ACPI: Fixing typo in TCPA
-rw-r--r--com32/gplinclude/acpi/tcpa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/acpi/tcpa.h b/com32/gplinclude/acpi/tcpa.h
index a7ec376c..82b28799 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 };