IntelFsp2WrapperPkg: Fix various typos

Fix various typos in comments and documentation.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Antoine Coeur
2019-12-04 12:14:53 +08:00
committed by mergify[bot]
parent 7e55cf6b48
commit 97eedf5dfb
8 changed files with 13 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ ASM_PFX(AsmExecute32BitCode):
cli
;
; save orignal GDTR and CS
; save original GDTR and CS
;
mov rax, ds
push rax
@@ -190,7 +190,7 @@ ReloadCS:
pop rdi
popfq
;
; Switch to orignal GDT and CS. here rsp is pointer to the orignal GDT descriptor.
; Switch to original GDT and CS. here rsp is pointer to the original GDT descriptor.
;
lgdt [rsp]
;
@@ -198,7 +198,7 @@ ReloadCS:
;
add rsp, 0x10
;
; switch to orignal CS and GDTR
; switch to original CS and GDTR
;
pop r9 ; get CS
shl r9, 32 ; rcx[32..47] <- Cs