Commit 4b2a1082 authored by Max Kellermann's avatar Max Kellermann Committed by Eric Wong

fix typo in comment

git-svn-id: https://svn.musicpd.org/mpd/trunk@7305 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 78f60607
......@@ -107,9 +107,9 @@ OutputBufferChunk * outputBufferGetChunk(const OutputBuffer * cb, unsigned i)
}
/**
* Return the tail chunk has room for additional data. If there is no
* room in the queue, this function blocks until the player thread has
* finished playing its current chunk.
* Return the tail chunk which has room for additional data. If there
* is no room in the queue, this function blocks until the player
* thread has finished playing its current chunk.
*
* @return the positive index of the new chunk; OUTPUT_BUFFER_DC_SEEK
* if another thread requested seeking; OUTPUT_BUFFER_DC_STOP if
......
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