diff options
Diffstat (limited to 'src/misc/lv_fs.h')
-rw-r--r-- | src/misc/lv_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/lv_fs.h b/src/misc/lv_fs.h index ba5decf1d..e594d4132 100644 --- a/src/misc/lv_fs.h +++ b/src/misc/lv_fs.h @@ -175,7 +175,7 @@ lv_fs_res_t lv_fs_write(lv_fs_file_t * file_p, const void * buf, uint32_t btw, u * Set the position of the 'cursor' (read write pointer) in a file * @param file_p pointer to a lv_fs_file_t variable * @param pos the new position expressed in bytes index (0: start of file) - * @param whence tells from where set the position. See lv_fs_whence_t + * @param whence tells from where to set position. See @lv_fs_whence_t * @return LV_FS_RES_OK or any error from lv_fs_res_t enum */ lv_fs_res_t lv_fs_seek(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence); |