summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c')
-rw-r--r--IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c b/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
index a31d16bb7..f6a4252c3 100644
--- a/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
+++ b/IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c
@@ -89,9 +89,9 @@ GetFspGlobalDataPointer (
}
/**
- This function gets back the FSP API paramter passed by the bootlaoder.
+ This function gets back the FSP API parameter passed by the bootlaoder.
- @retval ApiParameter FSP API paramter passed by the bootlaoder.
+ @retval ApiParameter FSP API parameter passed by the bootlaoder.
**/
UINT32
EFIAPI
@@ -106,7 +106,7 @@ GetFspApiParameter (
}
/**
- This function sets the FSP API paramter in the stack.
+ This function sets the FSP API parameter in the stack.
@param[in] Value New parameter value.