aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/outputBuffer.c')
-rw-r--r--src/outputBuffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/outputBuffer.c b/src/outputBuffer.c
index f1d7201a6..7a2acaac7 100644
--- a/src/outputBuffer.c
+++ b/src/outputBuffer.c
@@ -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