From ddc799d049861618aa7754804895241577f9b2ab Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Jul 2014 15:54:37 -0600 Subject: [PATCH] Fix some cloned errors in SAM GPIO interrupt setup --- examples/cc3000/cc3000basic.c | 2 +- nshlib/README.txt | 2 +- nshlib/nsh_parse.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cc3000/cc3000basic.c b/examples/cc3000/cc3000basic.c index 2530680b6..260c6f821 100644 --- a/examples/cc3000/cc3000basic.c +++ b/examples/cc3000/cc3000basic.c @@ -806,7 +806,7 @@ void ListAccessPoints(void) printf("List visible access points\n"); - printf(" Setting scan paramters...\n"); + printf(" Setting scan parameters...\n"); for (i=0; i] [-s ] o mount [-t ] 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/nshlib/nsh_parse.c b/nshlib/nsh_parse.c index a089aa5ec..2ed9452cf 100644 --- a/nshlib/nsh_parse.c +++ b/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); }