gmio_stl: fix minor typos
This commit is contained in:
parent
2a6a2f3a8e
commit
f84eba82fb
@ -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)
|
* \return Error code (see gmio_core/error.h and stl_error.h)
|
||||||
* \retval GMIO_ERROR_INVALID_MEMBLOCK_SIZE
|
* \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
|
GMIO_LIBSTL_EXPORT
|
||||||
int gmio_stlb_read(
|
int gmio_stlb_read(
|
||||||
|
@ -50,7 +50,7 @@ struct gmio_stl_read_args
|
|||||||
*/
|
*/
|
||||||
gmio_streamsize_t (*func_stla_get_streamsize)(
|
gmio_streamsize_t (*func_stla_get_streamsize)(
|
||||||
struct gmio_stream* stream,
|
struct gmio_stream* stream,
|
||||||
struct gmio_memblock* memblock);
|
struct gmio_memblock* stream_memblock);
|
||||||
};
|
};
|
||||||
|
|
||||||
/*! Arguments for STL write functions */
|
/*! Arguments for STL write functions */
|
||||||
|
Loading…
Reference in New Issue
Block a user