docs(file): fix typo

This commit is contained in:
董超凡
2021-11-16 16:35:01 +08:00
parent 4191a4f0b4
commit 733aba41c6

View File

@@ -639,7 +639,7 @@ fseek(fp, 0L, SEEK_SET);
// 定位到文件末尾
fseek(fp, 0L, SEEK_END);
// 从当前位置移2个字节
// 从当前位置移2个字节
fseek(fp, 2L, SEEK_CUR);
// 定位到文件第10个字节