diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-07 21:41:44 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-10 20:31:47 +0000 |
commit | b1101cc1c31b55deefe29ad8bcb466b605023b3b (patch) | |
tree | 08313511ee1639e91853d31a722e753461789816 | |
parent | a04256f55b783716ef5933fcff59014bd41db2a8 (diff) | |
download | coreboot-b1101cc1c31b55deefe29ad8bcb466b605023b3b.tar.xz |
cpu/x86/smm: Fix typo
Change-Id: I28f262078cf7f5ec4ed707639e845710a8cc56ea
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/53926
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/cpu/x86/smm/smm_stub.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/smm/smm_stub.S b/src/cpu/x86/smm/smm_stub.S index 28b7d57635..0c690da986 100644 --- a/src/cpu/x86/smm/smm_stub.S +++ b/src/cpu/x86/smm/smm_stub.S @@ -97,7 +97,7 @@ smm_trampoline32: movw %ax, %gs /* The CPU number is calculated by reading the initial APIC id. Since - * the OS can maniuplate the APIC id use the non-changing cpuid result + * the OS can manipulate the APIC id use the non-changing cpuid result * for APIC id (eax). A table is used to handle a discontiguous * APIC id space. */ apic_id: |