header: Fix typo 66/312666/1
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 12 Jun 2024 23:16:11 +0000 (01:16 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 12 Jun 2024 23:18:49 +0000 (01:18 +0200)
Change-Id: Id9d02280136633ff0f8f9d10e057a2052f792239

include/usb_host.h

index 1f4332287c097f6be2579bcf9255c6f832fec458..566fded9895875dcff9873f49b0d512b1e31576e 100644 (file)
@@ -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().