summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
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 /nuttx/Documentation/NuttShell.html
parent3b9fcb97ed990bcdfc36df0414828ce4e0ce8100 (diff)
downloadnuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.gz
nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.bz2
nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.zip
Fix some cloned errors in SAM GPIO interrupt setup
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 071214af8..b73fd77c3 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -1988,7 +1988,7 @@ mount -t &lt;fstype&gt; &lt;block-device&gt; <code>&lt;dir-path&gt;</code>
<p>
<b>Synopsis</b>.
The <code>mount</code> command performs one of two different operations.
- If no paramters are provided on the command line after the <code>mount</code> command, then the <code>mount</code> command will enumerate all of the current mountpoints on the console.
+ If no parameters are provided on the command line after the <code>mount</code> command, then the <code>mount</code> command will enumerate all of the current mountpoints on the console.
</p>
<p>
If the mount parameters are provied on the command after the <code>mount</code> command, then the <code>mount</code> command will mount a file system in the NuttX pseudo-file system.