diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-04 03:20:55 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-04 03:20:55 +0000 |
commit | 109e9a6156b2c9540fd4b1b6ce17ac5be1fa03c4 (patch) | |
tree | cecfbd5ce484c026dd321e384e2609761bd555ea /MdeModulePkg/Include/Library/RecoveryLib.h | |
parent | 303ee61d53cde4c064729709fa890ead41bbe00b (diff) | |
download | edk2-platforms-109e9a6156b2c9540fd4b1b6ce17ac5be1fa03c4.tar.xz |
Code scrub for the following drivers and librarys.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7172 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/RecoveryLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/RecoveryLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/RecoveryLib.h b/MdeModulePkg/Include/Library/RecoveryLib.h index fc0413656d..a724c9ed28 100644 --- a/MdeModulePkg/Include/Library/RecoveryLib.h +++ b/MdeModulePkg/Include/Library/RecoveryLib.h @@ -1,5 +1,5 @@ /** @file
- Recovery Library. This library class defines a set of methods related recovery mode.
+ Recovery library class defines a set of methods related recovery boot mode.
Copyright (c) 2005 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define __RECOVERY_LIB_H__
/**
- Calling this function causes the system do recovery.
+ Calling this function causes the system do recovery boot path.
@retval EFI_SUCESS Sucess to do recovery.
@retval Others Fail to do recovery.
|