Fix some cloned errors in SAM GPIO interrupt setup

This commit is contained in:
Gregory Nutt 2014-07-07 15:54:37 -06:00
parent 187e4f204d
commit ddc799d049
3 changed files with 3 additions and 3 deletions

View File

@ -806,7 +806,7 @@ void ListAccessPoints(void)
printf("List visible access points\n"); printf("List visible access points\n");
printf(" Setting scan paramters...\n"); printf(" Setting scan parameters...\n");
for (i=0; i<NUM_CHANNELS; i++) for (i=0; i<NUM_CHANNELS; i++)
{ {

View File

@ -695,7 +695,7 @@ o mkrd [-m <minor>] [-s <sector-size>] <nsectors>
o mount [-t <fstype> <block-device> <dir-path>] o mount [-t <fstype> <block-device> <dir-path>]
The mount command performs one of two different operations. If no 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 then the 'mount' command will enumerate all of the current
mountpoints on the console. mountpoints on the console.

View File

@ -1203,7 +1203,7 @@ static FAR char *nsh_argexpand(FAR struct nsh_vtbl_s *vtbl, FAR char *cmdline,
*rptr = '\0'; *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); argument = nsh_cmdparm(vtbl, cmdline + 1, allocation);
} }