summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/utime.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/doc/en/utime.html')
-rw-r--r--fatfs/doc/en/utime.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/doc/en/utime.html b/fatfs/doc/en/utime.html
index 7466c19..6b7f291 100644
--- a/fatfs/doc/en/utime.html
+++ b/fatfs/doc/en/utime.html
@@ -55,7 +55,7 @@ FRESULT f_utime (
<div class="para desc">
<h4>Description</h4>
-<p>The <tt>f_utime()</tt> function changes the timestamp of a file or sub-directory</p>
+<p>The <tt>f_utime</tt> function changes the timestamp of a file or sub-directory</p>
</div>
@@ -85,7 +85,7 @@ FRESULT set_timestamp (
<div class="para comp">
<h4>QuickInfo</h4>
-<p>Available when <tt>_FS_READONLY == 0</tt> and <tt>_FS_MINIMIZE == 0</tt>.</p>
+<p>Available when <tt>_FS_READONLY == 0</tt> and <tt>_USE_CHMOD == 1</tt>.</p>
</div>