]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c
Fix typo.
[mirror_edk2.git] / IntelFspWrapperPkg / Library / BaseFspApiLib / FspApiLib.c
index 590238e3914abbcb336b3203680164b411c9569e..abe61b7affdbe14963c822add416846acd2afdd5 100644 (file)
@@ -117,10 +117,10 @@ CallFspNotifyPhase (
   IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams\r
   )\r
 {\r
-  FSP_NOTFY_PHASE     NotifyPhaseApi;\r
+  FSP_NOTIFY_PHASE    NotifyPhaseApi;\r
   FSP_STATUS          FspStatus;\r
 \r
-  NotifyPhaseApi = (FSP_NOTFY_PHASE)(UINTN)(FspHeader->ImageBase + FspHeader->NotifyPhaseEntryOffset);\r
+  NotifyPhaseApi = (FSP_NOTIFY_PHASE)(UINTN)(FspHeader->ImageBase + FspHeader->NotifyPhaseEntryOffset);\r
   FspStatus = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams);\r
 \r
   return FspStatus;\r