From: taemin.yeom Date: Mon, 10 May 2021 03:55:15 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_5.0/20210510.042241^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.0_unified;p=platform%2Fcore%2Fapi%2Fusb-host.git Fix typo Change-Id: If82aae993e2c4a1cd67df8722d3f498e9e1565b0 Signed-off-by: taemin.yeom --- diff --git a/include/usb_host.h b/include/usb_host.h index 12704d3..365d324 100644 --- a/include/usb_host.h +++ b/include/usb_host.h @@ -1262,7 +1262,7 @@ int usb_host_control_transfer_set_request_type(usb_host_transfer_h transfer, uin * @brief Sets request field for control transfer setup packet. * @since_tizen 5.0 * @param[in] transfer A transfer handle - * @param[in] b_request bRequest field for the setup packet + * @param[in] b_request Request field for the setup packet * @return 0 on success, negative error code on error * @retval #USB_HOST_ERROR_NONE Successful * @retval #USB_HOST_ERROR_NOT_SUPPORTED Not supported