From 0a15af8209879face073f50f44c455063a513d93 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 28 Apr 2013 13:35:00 +0000 Subject: Fixed a typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5640 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/usb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index 6f18d7c55..b56385403 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -249,8 +249,8 @@ typedef enum { */ typedef enum { USB_EP0_WAITING_SETUP, /**< Waiting for SETUP data. */ - USB_EP0_TX, /**< Trasmitting. */ - USB_EP0_WAITING_TX0, /**< Waiting transmit 0 */ + USB_EP0_TX, /**< Transmitting. */ + USB_EP0_WAITING_TX0, /**< Waiting transmit 0. */ USB_EP0_WAITING_STS, /**< Waiting status. */ USB_EP0_RX, /**< Receiving. */ USB_EP0_SENDING_STS, /**< Sending status. */ -- cgit v1.2.3