From: taemin.yeom Date: Mon, 10 May 2021 03:57:09 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_4.0/20210510.042249^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_4.0_unified;p=platform%2Fcore%2Fapi%2Fusb-host.git Fix typo Change-Id: Ief47788df629d84c69cbbe8a0ae038aa1690be8a Signed-off-by: taemin.yeom --- diff --git a/include/usb_host.h b/include/usb_host.h index 1000b65..0e47a5c 100755 --- a/include/usb_host.h +++ b/include/usb_host.h @@ -967,7 +967,7 @@ int usb_host_endpoint_get_interval(usb_host_endpoint_h ep, int *interval); * byte order. * @param[in] dev Device handle * @param[in] bm_request_type bmRequestType type field for the setup packet - * @param[in] b_request bRequest field for the setup packet + * @param[in] b_request Request field for the setup packet * @param[in] w_value wValue field for the setup packet * @param[in] w_index wIndex field for the setup packet * @param[in] data Suitably-sized data buffer for either input or output