summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_usbdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh_usbdev.c')
-rw-r--r--apps/nshlib/nsh_usbdev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/nshlib/nsh_usbdev.c b/apps/nshlib/nsh_usbdev.c
index ed6b928c2..ec80df481 100644
--- a/apps/nshlib/nsh_usbdev.c
+++ b/apps/nshlib/nsh_usbdev.c
@@ -291,7 +291,7 @@ static int nsh_waitusbready(void)
* single an NSH instance that operates on stdin and stdout. This
* function does not return.
*
- * This function handles generic /dev/console character devices, or
+ * This function handles generic /dev/console character devices, or
* special USB console devices. The USB console requires some special
* operations to handle the cases where the session is lost when the
* USB device is unplugged and restarted when the USB device is plugged
@@ -304,7 +304,7 @@ static int nsh_waitusbready(void)
* Returned Values:
* This function does not return nor does it ever exit (unless the user
* executes the NSH exit command).
- *
+ *
****************************************************************************/
#ifdef HAVE_USB_CONSOLE
@@ -384,7 +384,7 @@ int nsh_consolemain(int argc, char *argv[])
*
* Returned Values:
* None
- *
+ *
****************************************************************************/
#ifdef CONFIG_NSH_USBDEV_TRACE