summaryrefslogtreecommitdiff
path: root/fatfs/doc/en/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/doc/en/error.html')
-rw-r--r--fatfs/doc/en/error.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/doc/en/error.html b/fatfs/doc/en/error.html
index a14deb1..3476f55 100644
--- a/fatfs/doc/en/error.html
+++ b/fatfs/doc/en/error.html
@@ -39,9 +39,9 @@ int f_error (
<div class="para desc">
<h4>Description</h4>
-<p>In this revision, this function is implemented as a macro.</p>
+<p>In this revision, this function is implemented as a macro. It does not have any validation and mutual exclusion.</p>
<pre>
-<span class="k">#define</span> f_error(fp) ((fp)->flag)
+<span class="k">#define</span> f_error(fp) ((fp)->err)
</pre>
</div>