summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_registry.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_registry.c b/nuttx/drivers/usbhost/usbhost_registry.c
index fb2e900e2..db4c435e2 100644
--- a/nuttx/drivers/usbhost/usbhost_registry.c
+++ b/nuttx/drivers/usbhost/usbhost_registry.c
@@ -63,7 +63,7 @@
* Public Data
****************************************************************************/
-/* 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.