MdeModulePkg/Bus: Fix typos in comments

- TURE -> TRUE
- stoping -> stopping
- doule -> double
- Peroidic -> Periodic
- stardard -> standard
- a a -> a
- reseting -> resetting
- excute -> execute
- connectted -> connected
- Sumbit -> Submit

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Gary Lin
2016-10-19 15:01:22 +08:00
committed by Feng Tian
parent 04b34efb40
commit ed356b9e80
23 changed files with 56 additions and 56 deletions

View File

@@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@param UsbMass The device whose sense data is requested.
@retval EFI_SUCCESS The command is excuted successfully.
@retval EFI_SUCCESS The command is executed successfully.
@retval EFI_DEVICE_ERROR Failed to request sense.
@retval EFI_NO_RESPONSE The device media doesn't response this request.
@retval EFI_INVALID_PARAMETER The command has some invalid parameters.
@@ -152,7 +152,7 @@ UsbBootRequestSense (
@param DataLen The length of expected data
@param Timeout The timeout used to transfer
@retval EFI_SUCCESS Command is excuted successfully
@retval EFI_SUCCESS Command is executed successfully
@retval Others Command execution failed.
**/

View File

@@ -392,7 +392,7 @@ UsbBotGetStatus (
@param CmdStatus The result of high level command execution
@retval EFI_SUCCESS The command is executed successfully.
@retval Other Failed to excute command
@retval Other Failed to execute command
**/
EFI_STATUS

View File

@@ -126,7 +126,7 @@ UsbBotInit (
@param CmdStatus The result of high level command execution
@retval EFI_SUCCESS The command is executed successfully.
@retval Other Failed to excute command
@retval Other Failed to execute command
**/
EFI_STATUS