summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/truncate.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/doc/en/truncate.html')
-rw-r--r--fatfs/doc/en/truncate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/doc/en/truncate.html b/fatfs/doc/en/truncate.html
index 7dc980d..d0079d7 100644
--- a/fatfs/doc/en/truncate.html
+++ b/fatfs/doc/en/truncate.html
@@ -36,7 +36,7 @@ FRESULT f_truncate (
<a href="rc.html#ok">FR_OK</a>,
<a href="rc.html#de">FR_DISK_ERR</a>,
<a href="rc.html#ie">FR_INT_ERR</a>,
-<a href="rc.html#nr">FR_NOT_READY</a>,
+<a href="rc.html#dn">FR_DENIED</a>,
<a href="rc.html#io">FR_INVALID_OBJECT</a>,
<a href="rc.html#tm">FR_TIMEOUT</a>
</p>
@@ -45,7 +45,7 @@ FRESULT f_truncate (
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>f_truncate()</tt> function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.</p>
+<p>The <tt>f_truncate</tt> function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.</p>
</div>