]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/AsmFuncs.nasm
SourceLevelDebugPkg/DebugAgent: Fix various typos
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / Ia32 / AsmFuncs.nasm
index a5a734a463511cf6d3f2c2050e887f35d040e0ad..912256ba455afa0f870394937c6e8987e45e9ce5 100644 (file)
@@ -226,7 +226,7 @@ NoExtrPush:
     push    ebx         ; temporarily save value of ebx on stack\r
     cpuid               ; use CPUID to determine if FXSAVE/FXRESTOR and\r
                         ; DE are supported\r
-    pop     ebx         ; retore value of ebx that was overwritten by CPUID\r
+    pop     ebx         ; restore value of ebx that was overwritten by CPUID\r
     mov     eax, cr4\r
     push    eax         ; push cr4 firstly\r
     test    edx, BIT24  ; Test for FXSAVE/FXRESTOR support\r
@@ -407,7 +407,7 @@ NoExtrPush:
     mov     esp, ebp\r
     pop     ebp         ; restore ebp maybe updated\r
     pop     esp         ; restore esp maybe updated\r
-    sub     esp, 4 * 3  ; restore interupt pushced stack\r
+    sub     esp, 4 * 3  ; restore interrupt pushced stack\r
 \r
     iretd\r
 \r