Fix typing error 23/171523/1 accepted/tizen/4.0/unified/20180306.173612 submit/tizen_4.0/20180306.055632
authorlokilee73 <changjoo.lee@samsung.com>
Mon, 5 Mar 2018 09:07:18 +0000 (18:07 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Mon, 5 Mar 2018 09:07:26 +0000 (18:07 +0900)
Change-Id: I5e0e504fa16f2ec4a96ded900d89b2666bdd3716
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
include/usb_host.h

index 389d325b08f1acd6ecbdb9ff6b06ce19472d021a..1000b654cd0a49633dcb8407a404c910b7738d0c 100755 (executable)
@@ -448,7 +448,7 @@ int usb_host_set_config(usb_host_config_h configuration);
  * @retval #USB_HOST_ERROR_NONE Successful
  * @retval #USB_HOST_ERROR_NOT_SUPPORTED Not supported
  * @retval #USB_HOST_ERROR_RESOURCE_BUSY Interfaces are currently claimed
- * @retval #USB_HOST_ERROR_NO_SUCH_DEVICE Device has beed disconnected
+ * @retval #USB_HOST_ERROR_NO_SUCH_DEVICE Device has been disconnected
  */
 int usb_host_device_unconfigure(usb_host_device_h dev);