Change-Id: Id9d02280136633ff0f8f9d10e057a2052f792239
* @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().