diff options
author | Liming Gao <liming.gao@intel.com> | 2014-01-09 01:53:33 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-09 01:53:33 +0000 |
commit | e8480a183c838a95b9ee78b5a5efa7aa57de9425 (patch) | |
tree | bf4e729de0bee01ca800a885295d1f98ca38aa11 /MdePkg | |
parent | f9ed6c93af4d21052c22e8c032cb9c426f75b50c (diff) | |
download | edk2-e8480a183c838a95b9ee78b5a5efa7aa57de9425.tar.gz edk2-e8480a183c838a95b9ee78b5a5efa7aa57de9425.tar.bz2 edk2-e8480a183c838a95b9ee78b5a5efa7aa57de9425.zip |
Correct function comments of S3BootScriptCloseTable().
Signed-off-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15062 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Library/S3BootScriptLib.h | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/S3BootScriptLib.h b/MdePkg/Include/Library/S3BootScriptLib.h index 828ce83749..1afb07c248 100644 --- a/MdePkg/Include/Library/S3BootScriptLib.h +++ b/MdePkg/Include/Library/S3BootScriptLib.h @@ -492,7 +492,7 @@ S3BootScriptSaveInformationAsciiString ( for figuring out how to get the script to run on an S3 resume because the boot script
maintained by the lib will be destroyed.
- @return the base address of the new copy of the boot script tble.
+ @return the base address of the new copy of the boot script table.
**/
UINT8*
diff --git a/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c b/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c index d28a58f13c..bb075db7d2 100644 --- a/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c +++ b/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c @@ -455,7 +455,7 @@ S3BootScriptSaveInformationAsciiString ( how to get the script to run on an S3 resume because the boot script maintained by the lib will be
destroyed.
- @return the base address of the new copy of the boot script tble.
+ @return the base address of the new copy of the boot script table.
**/
UINT8*
|