Fix some typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-12-12 06:04:02 +00:00
parent 77f863ee03
commit d7db090280
11 changed files with 20 additions and 20 deletions

View File

@@ -235,7 +235,7 @@ USBMouseDriverBindingSupported (
@retval EFI_UNSUPPORTED This driver does not support this device.
@retval EFI_DEVICE_ERROR This driver cannot be started due to device Error.
@retval EFI_OUT_OF_RESOURCES Can't allocate memory resources.
@retval EFI_ALREADY_STARTED Thios driver has been started.
@retval EFI_ALREADY_STARTED This driver has been started.
**/
EFI_STATUS
@@ -472,7 +472,7 @@ ErrorExit:
/**
Stop this driver on ControllerHandle. Support stoping any child handles
Stop this driver on ControllerHandle. Support stopping any child handles
created by this driver.
@param This Protocol instance pointer.