summaryrefslogtreecommitdiff
path: root/apps/include/nsh.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-23 18:21:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-23 18:21:08 -0600
commiteebd8e476193bc5cc7adf88eb5c3f3235d73dee5 (patch)
treec12ad564c72afa288669b6d202aff096606e91ce /apps/include/nsh.h
parent90fb19dcd1f6df2dd54b6502d0a9dd75abaa5ea2 (diff)
downloadpx4-nuttx-eebd8e476193bc5cc7adf88eb5c3f3235d73dee5.tar.gz
px4-nuttx-eebd8e476193bc5cc7adf88eb5c3f3235d73dee5.tar.bz2
px4-nuttx-eebd8e476193bc5cc7adf88eb5c3f3235d73dee5.zip
NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayer
Diffstat (limited to 'apps/include/nsh.h')
-rw-r--r--apps/include/nsh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/nsh.h b/apps/include/nsh.h
index e16c85924..1a25d08ed 100644
--- a/apps/include/nsh.h
+++ b/apps/include/nsh.h
@@ -97,7 +97,7 @@ extern "C"
* Name: nsh_initialize
*
* Description:
- * This nterfaces is used to initialize the NuttShell (NSH).
+ * This interface is used to initialize the NuttShell (NSH).
* nsh_initialize() should be called one during application start-up prior
* to executing either nsh_consolemain() or nsh_telnetstart().
*
@@ -132,7 +132,7 @@ void nsh_initialize(void);
* Returned Values:
* This function does not normally return. exit() is usually called to
* terminate the NSH session. This function will return in the event of
- * an error. In that case, a nonzero value is returned (EXIT_FAILURE=1).
+ * an error. In that case, a non-zero value is returned (EXIT_FAILURE=1).
*
****************************************************************************/