diff options
Diffstat (limited to 'src/mainboard/gizmosphere')
-rwxr-xr-x | src/mainboard/gizmosphere/gizmo/acpi_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/acpi_tables.c b/src/mainboard/gizmosphere/gizmo/acpi_tables.c index 1fd4516d1a..805837ddd9 100755 --- a/src/mainboard/gizmosphere/gizmo/acpi_tables.c +++ b/src/mainboard/gizmosphere/gizmo/acpi_tables.c @@ -78,7 +78,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_nmis(current, 5, 1); */ |