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:
parent
6fb7ac233c
commit
fe0d4b3bb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue