summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/putc.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/documents/doc/putc.html')
-rw-r--r--fatfs/documents/doc/putc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/documents/doc/putc.html b/fatfs/documents/doc/putc.html
index 4d93bf5..747b5fd 100644
--- a/fatfs/documents/doc/putc.html
+++ b/fatfs/documents/doc/putc.html
@@ -35,7 +35,7 @@ int f_putc (
<div class="para ret">
<h4>Return Values</h4>
-<p>When the character was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, an <tt>EOF (-1)</tt> will be returned.</p>
+<p>When the character was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, a negative value will be returned.</p>
</div>