]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/SecEntry.nasm
IntelFsp2WrapperPkg: Fix various typos
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / SecFspWrapperPlatformSecLibSample / Ia32 / SecEntry.nasm
index d8d0582cb4fa22c11170352acf10d594567630b8..9f190bb25b0fc00b4b6bd1fddaad53016824117d 100644 (file)
@@ -207,7 +207,7 @@ TempRamInitDone:
   cmp eax, 8000000Eh      ;Check if EFI_NOT_FOUND returned. Error code for Microcode Update not found.\r
   je  CallSecFspInit      ;If microcode not found, don't hang, but continue.\r
 \r
-  cmp eax, 0              ;Check if EFI_SUCCESS retuned.\r
+  cmp eax, 0              ;Check if EFI_SUCCESS returned.\r
   jnz FspApiFailed\r
 \r
   ;   ECX: start of range\r