IntelFspPkg: Fix typos in comments
- tempory -> temporary - immediatly -> immediately - permenent -> permanent - paramter -> parameter - funciton -> function Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user