Fix typo in function prototype.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6808 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-12-03 05:30:10 +00:00
parent be5f161485
commit 5a31161acd
1 changed files with 1 additions and 1 deletions

View File

@ -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.
**/