From: taemin.yeom Date: Mon, 10 May 2021 03:52:45 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_6.0/20210510.042108^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e204fc49897d43cf90ddacc489b1a06ef9b701d1;p=platform%2Fcore%2Fapi%2Fusb-host.git Fix typo Change-Id: Iaf76f9fbe8196fd9a33a627d81c63cf4c6fbb81c 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