From 5a31161acdc9fa3b8ac78fb8909518a282245f9e Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 3 Dec 2008 05:30:10 +0000 Subject: [PATCH] Fix typo in function prototype. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6808 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/DriverBinding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Protocol/DriverBinding.h b/MdePkg/Include/Protocol/DriverBinding.h index 4a0b937df5..b2720d7048 100644 --- a/MdePkg/Include/Protocol/DriverBinding.h +++ b/MdePkg/Include/Protocol/DriverBinding.h @@ -80,7 +80,7 @@ EFI_STATUS This parameter is ignored by device drivers, and is optional for bus drivers. @retval EFI_SUCCESS The device was started. - @retval EFI_ALREADY_STARTED The device could not be started due to a device error. + @retval EFI_DEVICE_ERROR The device could not be started due to a device error. @retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources. **/