summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NfsHowto.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/NfsHowto.html
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 'nuttx/Documentation/NfsHowto.html')
-rw-r--r--nuttx/Documentation/NfsHowto.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NfsHowto.html b/nuttx/Documentation/NfsHowto.html
index ed5e6793b..a6e7d3fb2 100644
--- a/nuttx/Documentation/NfsHowto.html
+++ b/nuttx/Documentation/NfsHowto.html
@@ -175,7 +175,7 @@ char *mountpoint;
ret = mount(NULL, mountpoint, string &quot;nfs&quot;, 0, (FAR void *)&data);
</pre></ul>
<p>
- NOTE that: (1) the block driver paramter is <code>NULL</code>.
+ NOTE that: (1) the block driver parameter is <code>NULL</code>.
The <code>mount()</code> is smart enough to know that no block driver is needed with the NFS file system.
(2) The NFS file system is identified with the simple string &quot;nfs&quot;
(3) A reference to <code>struct nfs_args</code> is passed as an NFS-specific argument.