summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_devaddr.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 08:05:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 08:05:09 -0600
commitcea3147c69b1054b991e5324b529beec21307b7c (patch)
treeab2189dd62fd44e42e5c126f76ef9c7e0c38eaa1 /nuttx/drivers/usbhost/usbhost_devaddr.c
parent3522823ee086fe022105b1cbcb8af38fee0f4263 (diff)
downloadnuttx-cea3147c69b1054b991e5324b529beec21307b7c.tar.gz
nuttx-cea3147c69b1054b991e5324b529beec21307b7c.tar.bz2
nuttx-cea3147c69b1054b991e5324b529beec21307b7c.zip
USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_devaddr.c')
-rwxr-xr-xnuttx/drivers/usbhost/usbhost_devaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_devaddr.c b/nuttx/drivers/usbhost/usbhost_devaddr.c
index 24eb63556..eb121c2ee 100755
--- a/nuttx/drivers/usbhost/usbhost_devaddr.c
+++ b/nuttx/drivers/usbhost/usbhost_devaddr.c
@@ -70,7 +70,7 @@ static void usbhost_takesem(FAR struct usbhost_devaddr_s *hcd)
while (sem_wait(&hcd->exclsem) != 0)
{
- /* The only case that an error should occr here is if the wait was
+ /* The only case that an error should occur here is if the wait was
* awakened by a signal.
*/