summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_registry.h
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_registry.h
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_registry.h')
-rw-r--r--nuttx/drivers/usbhost/usbhost_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_registry.h b/nuttx/drivers/usbhost/usbhost_registry.h
index 759a1c66e..27874429e 100644
--- a/nuttx/drivers/usbhost/usbhost_registry.h
+++ b/nuttx/drivers/usbhost/usbhost_registry.h
@@ -67,7 +67,7 @@ extern "C"
# define EXTERN extern
#endif
-/* g_classregistry is a singly-linkedlist of class ID information added by
+/* g_classregistry is a singly-linked list of class ID information added by
* calls to usbhost_registerclass(). Since this list is accessed from USB
* host controller interrupt handling logic, accesses to this list must be
* protected by disabling interrupts.