diff options
Diffstat (limited to 'src/mainboard/amd/db-ft3b-lc/mptable.c')
-rw-r--r-- | src/mainboard/amd/db-ft3b-lc/mptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/db-ft3b-lc/mptable.c b/src/mainboard/amd/db-ft3b-lc/mptable.c index 020bc270c3..ebe20ace98 100644 --- a/src/mainboard/amd/db-ft3b-lc/mptable.c +++ b/src/mainboard/amd/db-ft3b-lc/mptable.c @@ -30,7 +30,7 @@ static void *smp_write_config_table(void *v) struct mp_config_table *mc; int bus_isa; - /* Intialize the MP_Table */ + /* Initialize the MP_Table */ mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN); mptable_init(mc, LOCAL_APIC_ADDR); |