include/fs: fixed typo in fs_file_t_init() description

fixed typo in fs_file_t_init() descrypion.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2021-02-03 18:56:36 +01:00 committed by Anas Nashif
commit fe0d4b3bb8

View file

@ -223,7 +223,7 @@ struct fs_statvfs {
/** /**
* @brief Initialize fs_file_t object * @brief Initialize fs_file_t object
* *
* Initialized the fs_file_t object; the function needs to be invoked * Initializes the fs_file_t object; the function needs to be invoked
* on object before first use with fs_open. * on object before first use with fs_open.
* *
* @param zfp Pointer to file object * @param zfp Pointer to file object