From 8e89d9ceeb3a69f3554471095ded6b0496fa541e Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Thu, 4 Dec 2014 06:03:58 +0000 Subject: Fix typo. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Reviewed-by: "Rangarajan, Ravi P" Reviewed-by: "Ma, Maurice" Reviewed-by: "Mudusuru, Giri P" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16475 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IntelFspWrapperPkg') diff --git a/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c b/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c index 590238e391..abe61b7aff 100644 --- a/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c +++ b/IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c @@ -117,10 +117,10 @@ CallFspNotifyPhase ( IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams ) { - FSP_NOTFY_PHASE NotifyPhaseApi; + FSP_NOTIFY_PHASE NotifyPhaseApi; FSP_STATUS FspStatus; - NotifyPhaseApi = (FSP_NOTFY_PHASE)(UINTN)(FspHeader->ImageBase + FspHeader->NotifyPhaseEntryOffset); + NotifyPhaseApi = (FSP_NOTIFY_PHASE)(UINTN)(FspHeader->ImageBase + FspHeader->NotifyPhaseEntryOffset); FspStatus = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams); return FspStatus; -- cgit v1.2.3