Commit bbd9d315 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

typo

parent 6a764018
...@@ -175,7 +175,7 @@ static inline int stream_Seek( stream_t *s, int64_t i_pos ) ...@@ -175,7 +175,7 @@ static inline int stream_Seek( stream_t *s, int64_t i_pos )
/** /**
* Read "i_size" bytes and store them in a block_t. If less than "i_size" * Read "i_size" bytes and store them in a block_t. If less than "i_size"
* bytes are available then return what is left and if nothing is availble, * bytes are available then return what is left and if nothing is available,
* return NULL. * return NULL.
*/ */
static inline block_t *stream_Block( stream_t *s, int i_size ) static inline block_t *stream_Block( stream_t *s, int i_size )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment