summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/opendir.html
diff options
context:
space:
mode:
authorLeo C2016-09-08 19:15:27 +0200
committerLeo C2016-09-08 19:15:27 +0200
commit70702af1370e44e32fb2c3c507e4759a187b4fe5 (patch)
tree5b75a408efadf5fccd8d5d481e91cce73a86897b /fatfs/doc/en/opendir.html
parent7b78a5a287827db9e9b16286f3604aef69b37c5c (diff)
downloadz180-stamp-70702af1370e44e32fb2c3c507e4759a187b4fe5.zip
Import fatfs R0.12b
Diffstat (limited to 'fatfs/doc/en/opendir.html')
-rw-r--r--fatfs/doc/en/opendir.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/doc/en/opendir.html b/fatfs/doc/en/opendir.html
index 2fd4e45..56e66b2 100644
--- a/fatfs/doc/en/opendir.html
+++ b/fatfs/doc/en/opendir.html
@@ -28,7 +28,7 @@ FRESULT f_opendir (
<dt>dp</dt>
<dd>Pointer to the blank directory object to create a new one.</dd>
<dt>path</dt>
-<dd>Pinter to the null-terminated string that specifies the <a href="filename.html">directory name</a> to be opened.</dd>
+<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">directory name</a> to be opened.</dd>
</dl>
</div>
@@ -55,7 +55,7 @@ FRESULT f_opendir (
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>f_opendir()</tt> function opens an exsisting directory and creates a directory object for subsequent <tt>f_readdir()</tt> function.</p>
+<p>The <tt>f_opendir</tt> function opens an exsisting directory and creates a directory object for subsequent <tt>f_readdir</tt> function.</p>
</div>