summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-27 09:40:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-27 09:40:19 -0600
commite84937a34489eab1669338bf8e3bb6c07e9d7295 (patch)
tree5fcaae860d74eeaf009b81a51292b3fe6c9865fd /nuttx/drivers/usbdev
parentf760141ba6b1536afc27451db9dd90d7a207ae5f (diff)
downloadnuttx-e84937a34489eab1669338bf8e3bb6c07e9d7295.tar.gz
nuttx-e84937a34489eab1669338bf8e3bb6c07e9d7295.tar.bz2
nuttx-e84937a34489eab1669338bf8e3bb6c07e9d7295.zip
Fix all occurrences of "the the" in documentation and comments
Diffstat (limited to 'nuttx/drivers/usbdev')
-rw-r--r--nuttx/drivers/usbdev/cdcacm_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbdev/cdcacm_desc.c b/nuttx/drivers/usbdev/cdcacm_desc.c
index fde13bfd3..5d60df612 100644
--- a/nuttx/drivers/usbdev/cdcacm_desc.c
+++ b/nuttx/drivers/usbdev/cdcacm_desc.c
@@ -272,7 +272,7 @@ static const struct usb_epdesc_s g_epbulkindesc =
1 /* interval */
};
-/* The components of the the configuration descriptor are maintained as
+/* The components of the configuration descriptor are maintained as
* a collection of separate descriptor structure coordinated by the
* following array. These descriptors could have been combined into
* one larger "super" configuration descriptor structure. However, I