summaryrefslogtreecommitdiffstats
path: root/IntelFsp2WrapperPkg/Include
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFsp2WrapperPkg/Include')
-rw-r--r--IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h2
-rw-r--r--IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h b/IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h
index e39054c30d..11a3faaad8 100644
--- a/IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h
+++ b/IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h
@@ -40,7 +40,7 @@ CallFspNotifyPhase (
/**
Call FSP API - FspMemoryInit.
- @param[in] FspmUpdDataPtr Pointer to the FSPM_UPD data sructure.
+ @param[in] FspmUpdDataPtr Pointer to the FSPM_UPD data structure.
@param[out] HobListPtr Pointer to receive the address of the HOB list.
@return EFI status returned by FspMemoryInit API.
diff --git a/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h b/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
index b90f0eb783..2aa14c92fd 100644
--- a/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
+++ b/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
@@ -12,7 +12,7 @@
/**
This function overrides the default configurations in the FSP-M UPD data region.
- @param[in,out] FspUpdRgnPtr A pointer to the UPD data region data strcture.
+ @param[in,out] FspUpdRgnPtr A pointer to the UPD data region data structure.
**/
VOID
@@ -24,7 +24,7 @@ UpdateFspmUpdData (
/**
This function overrides the default configurations in the FSP-S UPD data region.
- @param[in,out] FspUpdRgnPtr A pointer to the UPD data region data strcture.
+ @param[in,out] FspUpdRgnPtr A pointer to the UPD data region data structure.
**/
VOID