]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/Thunk64To32.nasm
IntelFsp2WrapperPkg: Fix various typos
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperApiLib / X64 / Thunk64To32.nasm
index 45c8f21255e36c46e1729ab974d11aeb561481d4..db8e62ebc5a82ce0735944c902b3fd86a6337e34 100644 (file)
@@ -43,7 +43,7 @@ ASM_PFX(AsmExecute32BitCode):
     cli\r
 \r
     ;\r
     cli\r
 \r
     ;\r
-    ; save orignal GDTR and CS\r
+    ; save original GDTR and CS\r
     ;\r
     mov     rax, ds\r
     push    rax\r
     ;\r
     mov     rax, ds\r
     push    rax\r
@@ -190,7 +190,7 @@ ReloadCS:
     pop     rdi\r
     popfq\r
     ;\r
     pop     rdi\r
     popfq\r
     ;\r
-    ; Switch to orignal GDT and CS. here rsp is pointer to the orignal GDT descriptor.\r
+    ; Switch to original GDT and CS. here rsp is pointer to the original GDT descriptor.\r
     ;\r
     lgdt    [rsp]\r
     ;\r
     ;\r
     lgdt    [rsp]\r
     ;\r
@@ -198,7 +198,7 @@ ReloadCS:
     ;\r
     add     rsp, 0x10\r
     ;\r
     ;\r
     add     rsp, 0x10\r
     ;\r
-    ; switch to orignal CS and GDTR\r
+    ; switch to original CS and GDTR\r
     ;\r
     pop     r9                 ; get  CS\r
     shl     r9,  32            ; rcx[32..47] <- Cs\r
     ;\r
     pop     r9                 ; get  CS\r
     shl     r9,  32            ; rcx[32..47] <- Cs\r