Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions subsys/usb/host/usbh_desc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const void *usbh_desc_get_next(const void *const desc);

/**
* @brief Search an interface descriptor matching the interace number wanted.
* @brief Search an interface descriptor matching the interface number wanted.
*
* The descriptors following it can be browsed using @ref usbh_desc_get_next
*
Expand All @@ -52,7 +52,7 @@ const void *usbh_desc_get_iface(const struct usb_device *const udev, const uint8
const void *usbh_desc_get_endpoint(const struct usb_device *const udev, const uint8_t ep);

/**
* @brief Search an interface association descriptor matching the interace number wanted.
* @brief Search an interface association descriptor matching the interface number wanted.
*
* The descriptors are going to be scanned until either an interface association
* @c bFirstInterface field or an interface @c bInterfaceNumber field match.
Expand Down
Loading