diff options
-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: |