diff --git a/include/fs/fs.h b/include/fs/fs.h index dd9b2f7e4ae..2758f325f9a 100644 --- a/include/fs/fs.h +++ b/include/fs/fs.h @@ -223,7 +223,7 @@ struct fs_statvfs { /** * @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. * * @param zfp Pointer to file object