]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/UsbIo.h
MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h
[mirror_edk2.git] / MdePkg / Include / Protocol / UsbIo.h
index 4816b9039e7e58021d3e5da3167000cd97bfe4d6..a780b4e07b4439f511e0a58cfb86e984b4a10289 100644 (file)
@@ -105,7 +105,7 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS           The control transfer has been successfully executed.\r
   @retval EFI_DEVICE_ERROR      The transfer failed. The transfer status is returned in Status.\r
-  @retval EFI_INVALID_PARAMETE  One or more parameters are invalid.\r
+  @retval EFI_INVALID_PARAMETER One or more parameters are invalid.\r
   @retval EFI_OUT_OF_RESOURCES  The request could not be completed due to a lack of resources.\r
   @retval EFI_TIMEOUT           The control transfer fails due to timeout.\r
 \r
@@ -148,7 +148,7 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS           The bulk transfer has been successfully executed.\r
   @retval EFI_DEVICE_ERROR      The transfer failed. The transfer status is returned in Status.\r
-  @retval EFI_INVALID_PARAMETE  One or more parameters are invalid.\r
+  @retval EFI_INVALID_PARAMETER One or more parameters are invalid.\r
   @retval EFI_OUT_OF_RESOURCES  The request could not be submitted due to a lack of resources.\r
   @retval EFI_TIMEOUT           The control transfer fails due to timeout.\r
 \r