summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/nxcon_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 16:06:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 16:06:56 +0000
commit6a79e47a66fcc0d38cffca54b862a1efa19eb822 (patch)
treed57d866e590029f590543adf137fffaeb234ab84 /apps/examples/nxconsole/nxcon_main.c
parent6402e6269bd2f9619b7a7b21bab9a1fedc6f360b (diff)
downloadpx4-nuttx-6a79e47a66fcc0d38cffca54b862a1efa19eb822.tar.gz
px4-nuttx-6a79e47a66fcc0d38cffca54b862a1efa19eb822.tar.bz2
px4-nuttx-6a79e47a66fcc0d38cffca54b862a1efa19eb822.zip
NX console updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4534 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxconsole/nxcon_main.c')
-rw-r--r--apps/examples/nxconsole/nxcon_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxconsole/nxcon_main.c b/apps/examples/nxconsole/nxcon_main.c
index 2edea83ba..fad6b9c0c 100644
--- a/apps/examples/nxconsole/nxcon_main.c
+++ b/apps/examples/nxconsole/nxcon_main.c
@@ -490,7 +490,7 @@ int MAIN_NAME(int argc, char **argv)
if (++ndx >= NCON_MSG_NLINES)
{
#ifdef CONFIG_NSH_BUILTIN_APPS
- /* If this is an NSH built-in apps, then just return after all
+ /* If this is an NSH built-in app, then just return after all
* of the lines have been presented.
*/