From: taemin.yeom Date: Mon, 10 May 2021 03:50:26 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen/20210510.041940^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68c4a2f91cea23ec18e1459962e98455bc3bf9ba;p=platform%2Fcore%2Fapi%2Fusb-host.git Fix typo Change-Id: I12ae3bcc3c07754faa6677447b6b79a152f1a75d Signed-off-by: taemin.yeom --- diff --git a/include/usb_host.h b/include/usb_host.h index a529f92..1f43322 100644 --- a/include/usb_host.h +++ b/include/usb_host.h @@ -1266,7 +1266,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