summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/PiDxeS3BootScriptLib
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2014-01-09 01:54:43 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2014-01-09 01:54:43 +0000
commitf5d2935d7a2123311ac66d03e4bee078c9da8315 (patch)
tree0531879b160c8abe47c62479f8de15fee4274e78 /MdeModulePkg/Library/PiDxeS3BootScriptLib
parente8480a183c838a95b9ee78b5a5efa7aa57de9425 (diff)
downloadedk2-f5d2935d7a2123311ac66d03e4bee078c9da8315.tar.gz
edk2-f5d2935d7a2123311ac66d03e4bee078c9da8315.tar.bz2
edk2-f5d2935d7a2123311ac66d03e4bee078c9da8315.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@15063 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/PiDxeS3BootScriptLib')
-rw-r--r--MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
index c087dd9401..eab1b4180f 100644
--- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
+++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
@@ -1,7 +1,7 @@
/** @file
Save the S3 data to S3 boot script.
- Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
@@ -62,7 +62,7 @@ EFI_GUID mBootScriptHeaderDataGuid = {
This is an internal function to add a terminate node the entry, recalculate the table
length and fill into the table.
- @return the base address of the boot script tble.
+ @return the base address of the boot script table.
**/
UINT8*
S3BootScriptInternalCloseTable (
@@ -651,7 +651,7 @@ SyncBootScript (
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.
@note this function could only called in boot time phase
**/