summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/olivehill/acpi_tables.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-26 05:30:54 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-26 20:30:03 +0200
commitd874757a4f92bc30d1727de47617c9cce6dc6d0a (patch)
tree0cac46b2347a3542e8ecf12d0591efec612ae542 /src/mainboard/amd/olivehill/acpi_tables.c
parent6533b83c827c5a776668776d8cf9f7b99270adfa (diff)
downloadcoreboot-d874757a4f92bc30d1727de47617c9cce6dc6d0a.tar.xz
AMD boards: Fix typos
Change-Id: I92f3877b58d9acaa9578337e66107e9cd9f46043 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6110 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/amd/olivehill/acpi_tables.c')
-rw-r--r--src/mainboard/amd/olivehill/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/olivehill/acpi_tables.c b/src/mainboard/amd/olivehill/acpi_tables.c
index 03e68abae4..ac5a890dcc 100644
--- a/src/mainboard/amd/olivehill/acpi_tables.c
+++ b/src/mainboard/amd/olivehill/acpi_tables.c
@@ -59,7 +59,7 @@ unsigned long acpi_fill_madt(unsigned long current)
/* 0: mean bus 0--->ISA */
/* 0: PIC 0 */
/* 2: APIC 2 */
- /* 5 mean: 0101 --> Edige-triggered, Active high */
+ /* 5 mean: 0101 --> Edge-triggered, Active high */
/* create all subtables for processors */
current += acpi_create_madt_lapic_nmi((acpi_madt_lapic_nmi_t *)current, 0xff, 5, 1);