diff options
Diffstat (limited to 'MdeModulePkg/Include/Library/S3Lib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/S3Lib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Include/Library/S3Lib.h b/MdeModulePkg/Include/Library/S3Lib.h index c8fa22aaba..f97b6b5460 100644 --- a/MdeModulePkg/Include/Library/S3Lib.h +++ b/MdeModulePkg/Include/Library/S3Lib.h @@ -1,5 +1,5 @@ /** @file
- S3 library class defines a set of methods related do S3 boot mode.
+ S3 library class defines a set of methods related to S3 boot mode.
Copyright (c) 2005 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -18,8 +18,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /**
This function is responsible for calling the S3 resume vector in the ACPI Tables.
- @retval EFI_SUCESS Sucess to restore config from S3.
- @retval Others Fail to restore config from S3.
+ @retval EFI_SUCESS Successfully restored config from S3.
+ @retval Others Failed to restore config from S3.
**/
EFI_STATUS
|