From 4b2a10825d14bc8192c53c0669e586579f4d0087 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Apr 2008 04:17:01 +0000 Subject: fix typo in comment git-svn-id: https://svn.musicpd.org/mpd/trunk@7305 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/outputBuffer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/outputBuffer.c') 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 -- cgit v1.2.3