summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
commit6c6c41ff791f5ab36108c84eb10aca162e48cc0e (patch)
tree7995212d68c1e06d3272138af169ad5866dba023 /apps/nshlib
parent3b9fcb97ed990bcdfc36df0414828ce4e0ce8100 (diff)
downloadpx4-nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.gz
px4-nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.bz2
px4-nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.zip
Fix some cloned errors in SAM GPIO interrupt setup
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/README.txt2
-rw-r--r--apps/nshlib/nsh_parse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 91cb19983..a4771679e 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -695,7 +695,7 @@ o mkrd [-m <minor>] [-s <sector-size>] <nsectors>
o mount [-t <fstype> <block-device> <dir-path>]
The mount command performs one of two different operations. If no
- paramters are provided on the command line after the mount command,
+ parameters are provided on the command line after the mount command,
then the 'mount' command will enumerate all of the current
mountpoints on the console.
diff --git a/apps/nshlib/nsh_parse.c b/apps/nshlib/nsh_parse.c
index a089aa5ec..2ed9452cf 100644
--- a/apps/nshlib/nsh_parse.c
+++ b/apps/nshlib/nsh_parse.c
@@ -1203,7 +1203,7 @@ static FAR char *nsh_argexpand(FAR struct nsh_vtbl_s *vtbl, FAR char *cmdline,
*rptr = '\0';
- /* Then execute the command to get the paramter value */
+ /* Then execute the command to get the parameter value */
argument = nsh_cmdparm(vtbl, cmdline + 1, allocation);
}