summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-03 05:30:10 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-03 05:30:10 +0000
commit5a31161acdc9fa3b8ac78fb8909518a282245f9e (patch)
tree0e4ff1b0bd2f7852d29601645e345478f6f0c406 /MdePkg
parentbe5f16148584b0d771bdab651455cd9e27f556ce (diff)
downloadedk2-5a31161acdc9fa3b8ac78fb8909518a282245f9e.zip
edk2-5a31161acdc9fa3b8ac78fb8909518a282245f9e.tar.gz
edk2-5a31161acdc9fa3b8ac78fb8909518a282245f9e.tar.bz2
Fix typo in function prototype.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6808 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/DriverBinding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/DriverBinding.h b/MdePkg/Include/Protocol/DriverBinding.h
index 4a0b937..b2720d7 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.
**/