summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_storage.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
commit5414407367191439639dae0da0d59e99becc0b53 (patch)
tree0882684c2d42ca8f4b84f43333a9e30c8e68eb0f /nuttx/drivers/usbhost/usbhost_storage.c
parentd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (diff)
downloadnuttx-5414407367191439639dae0da0d59e99becc0b53.tar.gz
nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.bz2
nuttx-5414407367191439639dae0da0d59e99becc0b53.zip
Fix some recurring typos: postion->position, *atino->*ation
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_storage.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_storage.c b/nuttx/drivers/usbhost/usbhost_storage.c
index 7c57371ee..2a8a2e961 100644
--- a/nuttx/drivers/usbhost/usbhost_storage.c
+++ b/nuttx/drivers/usbhost/usbhost_storage.c
@@ -257,7 +257,7 @@ static int usbhost_ioctl(FAR struct inode *inode, int cmd,
* Private Data
****************************************************************************/
-/* This structure provides the registry entry ID informatino that will be
+/* This structure provides the registry entry ID information that will be
* used to associate the USB host mass storage class to a connected USB
* device.
*/