summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_otgfshost.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-13 16:48:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-13 16:48:14 -0600
commite586e9273bbedeb3fc57998660d5869752fea68d (patch)
treee5d292640a23ed70a05349bc880ed98279b0abf2 /nuttx/arch/arm/src/stm32/stm32_otgfshost.c
parentc5b10e879ed80495b250e2d9ca7a55ae7d27e57b (diff)
downloadnuttx-e586e9273bbedeb3fc57998660d5869752fea68d.tar.gz
nuttx-e586e9273bbedeb3fc57998660d5869752fea68d.tar.bz2
nuttx-e586e9273bbedeb3fc57998660d5869752fea68d.zip
SAMA5: Major restructuring of the the OHCI driver drivers to better handle the multiple root hub ports and concureent transfers on each port.
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_otgfshost.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_otgfshost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_otgfshost.c b/nuttx/arch/arm/src/stm32/stm32_otgfshost.c
index 25eb2e846..cb517079d 100644
--- a/nuttx/arch/arm/src/stm32/stm32_otgfshost.c
+++ b/nuttx/arch/arm/src/stm32/stm32_otgfshost.c
@@ -422,7 +422,7 @@ static struct stm32_usbhost_s g_usbhost =
.class = NULL,
};
-/* This is the connection/enumeration interact */
+/* This is the connection/enumeration interface */
static struct usbhost_connection_s g_usbconn =
{