diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:19:10 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-09 15:56:32 +0000 |
commit | 08fc8fff255c3aa27362655887a5f5bcd786857c (patch) | |
tree | 3947fb4c6ac77a6e357cd8968f7159d0c5888a47 /src/mainboard/amd/lamar | |
parent | 2f79eb3fd567b7578378c4acbecaf2502d1982f4 (diff) |
src/mainboard: Fix typo
Change-Id: Ief6a04ccb63658b5fb03cd1d298bf00948cf7410
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27912
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/amd/lamar')
-rw-r--r-- | src/mainboard/amd/lamar/mptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/lamar/mptable.c b/src/mainboard/amd/lamar/mptable.c index 92b4d273f4..7cc635cef4 100644 --- a/src/mainboard/amd/lamar/mptable.c +++ b/src/mainboard/amd/lamar/mptable.c @@ -44,7 +44,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); |