diff options
author | Antoine Coeur <coeur@gmx.fr> | 2019-12-04 12:14:53 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2019-12-11 01:42:31 +0000 |
commit | 97eedf5dfbaffde33210fd88066247cf0b7d3325 (patch) | |
tree | d05df1d2eb0ed475d7a07ddd8d42d4475c5305f9 /IntelFsp2WrapperPkg/Include | |
parent | 7e55cf6b48dcd43de46d008b2f12caaad2554503 (diff) | |
download | edk2-97eedf5dfbaffde33210fd88066247cf0b7d3325.tar.gz edk2-97eedf5dfbaffde33210fd88066247cf0b7d3325.tar.bz2 edk2-97eedf5dfbaffde33210fd88066247cf0b7d3325.zip |
IntelFsp2WrapperPkg: Fix various typos
Fix various typos in comments and documentation.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/Include')
-rw-r--r-- | IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h | 2 | ||||
-rw-r--r-- | IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h | 4 |
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
|