mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
f9ed6c93af
commit
e8480a183c
|
@ -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*
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue