1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Fix: Corrected typo

This commit is contained in:
Philipp Schafft 2018-09-20 08:32:26 +00:00
parent 36a8d198fd
commit 03d56ca35f

View File

@ -147,7 +147,7 @@ int buffer_zerocopy_push_request(buffer_t *buffer, void **data, size_t r
* The buffer to operate on.
* done
* Amount of data in bytes that has actually been written into the memory area.
* Maybe zero to what has been requested with request.
* May be zero to what has been requested with request.
*/
int buffer_zerocopy_push_complete(buffer_t *buffer, size_t done);