fix typo in comment
git-svn-id: https://svn.musicpd.org/mpd/trunk@7305 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:

committed by
Eric Wong

parent
78f606078e
commit
4b2a10825d
@@ -107,9 +107,9 @@ OutputBufferChunk * outputBufferGetChunk(const OutputBuffer * cb, unsigned i)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the tail chunk has room for additional data. If there is no
|
* Return the tail chunk which has room for additional data. If there
|
||||||
* room in the queue, this function blocks until the player thread has
|
* is no room in the queue, this function blocks until the player
|
||||||
* finished playing its current chunk.
|
* thread has finished playing its current chunk.
|
||||||
*
|
*
|
||||||
* @return the positive index of the new chunk; OUTPUT_BUFFER_DC_SEEK
|
* @return the positive index of the new chunk; OUTPUT_BUFFER_DC_SEEK
|
||||||
* if another thread requested seeking; OUTPUT_BUFFER_DC_STOP if
|
* if another thread requested seeking; OUTPUT_BUFFER_DC_STOP if
|
||||||
|
Reference in New Issue
Block a user