diff options
Diffstat (limited to 'MdeModulePkg/Include/Library/RecoveryLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/RecoveryLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Include/Library/RecoveryLib.h b/MdeModulePkg/Include/Library/RecoveryLib.h index a724c9ed28..484ff76c3a 100644 --- a/MdeModulePkg/Include/Library/RecoveryLib.h +++ b/MdeModulePkg/Include/Library/RecoveryLib.h @@ -16,10 +16,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define __RECOVERY_LIB_H__
/**
- Calling this function causes the system do recovery boot path.
+ Calling this function causes the system to carry out a recovery boot path.
- @retval EFI_SUCESS Sucess to do recovery.
- @retval Others Fail to do recovery.
+ @retval EFI_SUCESS Sucess.
+ @retval Others Failure.
**/
EFI_STATUS
|