aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r--src/mainboard/hp/dl145_g1/acpi_tables.c2
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/acpi_tables.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/hp/dl145_g1/acpi_tables.c b/src/mainboard/hp/dl145_g1/acpi_tables.c
index fc769e933a..8756d1ef46 100644
--- a/src/mainboard/hp/dl145_g1/acpi_tables.c
+++ b/src/mainboard/hp/dl145_g1/acpi_tables.c
@@ -133,7 +133,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 */
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi_tables.c b/src/mainboard/hp/pavilion_m6_1035dx/acpi_tables.c
index 1538571b8a..01281ea2de 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/acpi_tables.c
+++ b/src/mainboard/hp/pavilion_m6_1035dx/acpi_tables.c
@@ -52,7 +52,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);