diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-26 05:30:54 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-26 20:30:03 +0200 |
commit | d874757a4f92bc30d1727de47617c9cce6dc6d0a (patch) | |
tree | 0cac46b2347a3542e8ecf12d0591efec612ae542 /src/mainboard/lippert/toucan-af | |
parent | 6533b83c827c5a776668776d8cf9f7b99270adfa (diff) | |
download | coreboot-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/lippert/toucan-af')
-rw-r--r-- | src/mainboard/lippert/toucan-af/acpi_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lippert/toucan-af/acpi_tables.c b/src/mainboard/lippert/toucan-af/acpi_tables.c index 53a266662d..227a49bf42 100644 --- a/src/mainboard/lippert/toucan-af/acpi_tables.c +++ b/src/mainboard/lippert/toucan-af/acpi_tables.c @@ -77,7 +77,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); */ |