summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-28 14:09:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-28 14:09:58 -0600
commit28f4459e19244a14d046b8ea833cf94f4a92f1d5 (patch)
treeb7edc006ea46c0a38b2febd829ab540b04bd021a /nuttx/drivers
parentd96f37cf7b042e1e878f107c0a1be3dea01a8826 (diff)
downloadnuttx-28f4459e19244a14d046b8ea833cf94f4a92f1d5.tar.gz
nuttx-28f4459e19244a14d046b8ea833cf94f4a92f1d5.tar.bz2
nuttx-28f4459e19244a14d046b8ea833cf94f4a92f1d5.zip
Cosmetic changes
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/usbhost/usbhost_enumerate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_enumerate.c b/nuttx/drivers/usbhost/usbhost_enumerate.c
index d8bcc9c02..97f9ac9ef 100644
--- a/nuttx/drivers/usbhost/usbhost_enumerate.c
+++ b/nuttx/drivers/usbhost/usbhost_enumerate.c
@@ -424,7 +424,7 @@ int usbhost_enumerate(FAR struct usbhost_driver_s *drvr, uint8_t funcaddr,
/* Get class identification information from the device descriptor. Most
* devices set this to USB_CLASS_PER_INTERFACE (zero) and provide the
- * identification informatino in the interface descriptor(s). That allows
+ * identification information in the interface descriptor(s). That allows
* a device to support multiple, different classes.
*/