summaryrefslogtreecommitdiff
path: root/fatfs/doc/ja/eof.html
diff options
context:
space:
mode:
authorLeo C2016-09-08 20:59:55 +0200
committerLeo C2016-09-08 20:59:55 +0200
commitb30c4e8f1aef96f6fdc93da9f125545f5f74d06e (patch)
treee1f9e4cfcc0c24cfb8f35825d83aa5f878c2717a /fatfs/doc/ja/eof.html
parente1deb7c3bc0500aabf5d099adb231f6d1d27f01d (diff)
parent70702af1370e44e32fb2c3c507e4759a187b4fe5 (diff)
downloadz180-stamp-b30c4e8f1aef96f6fdc93da9f125545f5f74d06e.zip
Merge branch 'chan-fatfs' into fatfs-integration
# Conflicts: # .gitignore # fatfs/src/diskio.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
Diffstat (limited to 'fatfs/doc/ja/eof.html')
-rw-r--r--fatfs/doc/ja/eof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/doc/ja/eof.html b/fatfs/doc/ja/eof.html
index b9098b3..7b38141 100644
--- a/fatfs/doc/ja/eof.html
+++ b/fatfs/doc/ja/eof.html
@@ -39,7 +39,7 @@ int f_eof (
<div class="para desc">
<h4>解説</h4>
-<p>f_eof関数は、現リビジョンではマクロとして実装されています。</p>
+<p>この関数は、現リビジョンではマクロとして実装されています。ファイル オブジェクトの正当性チェックや排他制御は行いません。</p>
<pre>
<span class="k">#define</span> f_eof(fp) ((int)((fp)->fptr == (fp)->fsize))
</pre>