gmio_stl: fix minor typos

This commit is contained in:
Hugues Delorme 2016-01-13 14:59:35 +01:00
parent 2a6a2f3a8e
commit f84eba82fb
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ int gmio_stla_read(struct gmio_stl_read_args* args);
*
* \return Error code (see gmio_core/error.h and stl_error.h)
* \retval GMIO_ERROR_INVALID_MEMBLOCK_SIZE
* if <tt>args->core.memblock.size < GMIO_STLB_MIN_CONTENTS_SIZE</tt>
* if <tt>args->core.stream_memblock.size < GMIO_STLB_MIN_CONTENTS_SIZE</tt>
*/
GMIO_LIBSTL_EXPORT
int gmio_stlb_read(

View File

@ -50,7 +50,7 @@ struct gmio_stl_read_args
*/
gmio_streamsize_t (*func_stla_get_streamsize)(
struct gmio_stream* stream,
struct gmio_memblock* memblock);
struct gmio_memblock* stream_memblock);
};
/*! Arguments for STL write functions */