diff options
Diffstat (limited to 'os/hal/include/usb.h')
-rw-r--r-- | os/hal/include/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index c7b4bae45..8d3bcde6b 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -249,7 +249,7 @@ typedef enum { */
typedef enum {
USB_EP0_WAITING_SETUP, /**< Waiting for SETUP data. */
- USB_EP0_TX, /**< Trasmitting. */
+ USB_EP0_TX, /**< Transmitting. */
USB_EP0_WAITING_STS, /**< Waiting status. */
USB_EP0_RX, /**< Receiving. */
USB_EP0_SENDING_STS, /**< Sending status. */
|