diff options
Diffstat (limited to 'IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c')
-rw-r--r-- | IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c b/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c index def04b1766..dddf80b76c 100644 --- a/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c +++ b/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c @@ -14,7 +14,7 @@ @note At this point, memory is NOT ready, PeiServices are available to use.
- @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
@@ -28,7 +28,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
|