Fixed typo in comment
This commit is contained in:
parent
e8ea0a58bd
commit
003e5d080f
@ -87,7 +87,7 @@ void stream_free(STREAM* stream)
|
|||||||
* stream position.
|
* stream position.
|
||||||
* If the stream did not have a buffer attached, a new one will be allocated and attached.
|
* If the stream did not have a buffer attached, a new one will be allocated and attached.
|
||||||
*
|
*
|
||||||
* @param strem [in/out] pointer to the STREAM structure that needs to be extended.
|
* @param stream [in/out] pointer to the STREAM structure that needs to be extended.
|
||||||
* @param request_size [in] Number of bytes to add to the existing stream.
|
* @param request_size [in] Number of bytes to add to the existing stream.
|
||||||
* If the value is < the existing size, then the existing size is doubled.
|
* If the value is < the existing size, then the existing size is doubled.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user