]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.nasm
UefiCpuPkg/PiSmm: Fix various typos
[mirror_edk2.git] / UefiCpuPkg / PiSmmCpuDxeSmm / X64 / SmmInit.nasm
index 8d81582bb1dd83d15ea404325cd8494020a2335f..9cf3a6dcf9d568f3a5f6fc5b351ec9b513793a28 100644 (file)
@@ -72,7 +72,7 @@ BITS 64
 ASM_PFX(gPatchSmmInitStack):\r
     and     sp, 0xfff0                  ; make sure RSP is 16-byte aligned\r
     ;\r
-    ; Accoring to X64 calling convention, XMM0~5 are volatile, we need to save\r
+    ; According to X64 calling convention, XMM0~5 are volatile, we need to save\r
     ; them before calling C-function.\r
     ;\r
     sub     rsp, 0x60\r