From: Karol Lewandowski Date: Wed, 12 Jun 2024 23:16:11 +0000 (+0200) Subject: header: Fix typo X-Git-Tag: accepted/tizen/unified/20241001.004108~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57aad03f1370b699a7a6657d4919b9edd5af332d;p=platform%2Fcore%2Fapi%2Fusb-host.git header: Fix typo Change-Id: Id9d02280136633ff0f8f9d10e057a2052f792239 --- diff --git a/include/usb_host.h b/include/usb_host.h index 1f43322..566fded 100644 --- a/include/usb_host.h +++ b/include/usb_host.h @@ -140,7 +140,7 @@ typedef struct usb_host_context_s *usb_host_context_h; * @brief Structure representing USB device. * @details This structure represents USB device found on USB bus. * - * This can be obtained by usb_host_get_device_list() or usb_host_device_open_with_vid_pidi(). + * This can be obtained by usb_host_get_device_list() or usb_host_device_open_with_vid_pid(). * Some basic operations can be performed on closed device obtained by usb_host_device_list(). * To perform any I/O operations the device must be opened by calling usb_host_device_open() * or usb_host_device_open_with_vid_pid().