diff options
Diffstat (limited to 'IntelFspPkg/Include/Library')
-rw-r--r-- | IntelFspPkg/Include/Library/FspCommonLib.h | 4 | ||||
-rw-r--r-- | IntelFspPkg/Include/Library/FspPlatformLib.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/IntelFspPkg/Include/Library/FspCommonLib.h b/IntelFspPkg/Include/Library/FspCommonLib.h index c97ee51de3..e7d7b0271a 100644 --- a/IntelFspPkg/Include/Library/FspCommonLib.h +++ b/IntelFspPkg/Include/Library/FspCommonLib.h @@ -182,7 +182,7 @@ GetFspInfoHeader ( );
/**
- This function gets FSP API calling mode
+ This function gets FSP API calling mode.
@retval API calling mode
**/
@@ -193,7 +193,7 @@ GetFspApiCallingMode ( );
/**
- This function sets FSP API calling mode
+ This function sets FSP API calling mode.
@param[in] Mode API calling mode
**/
diff --git a/IntelFspPkg/Include/Library/FspPlatformLib.h b/IntelFspPkg/Include/Library/FspPlatformLib.h index 1132320dd2..51d296835e 100644 --- a/IntelFspPkg/Include/Library/FspPlatformLib.h +++ b/IntelFspPkg/Include/Library/FspPlatformLib.h @@ -38,7 +38,7 @@ FspMigrateTemporaryMemory ( );
/**
- Set a new stack frame for the continuation function
+ Set a new stack frame for the continuation function.
**/
VOID
|