aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-04-12 04:17:01 +0000
committerEric Wong <normalperson@yhbt.net>2008-04-12 04:17:01 +0000
commit4b2a10825d14bc8192c53c0669e586579f4d0087 (patch)
treea08f89af22b7d73d9434f82edae1ccc9f0264046 /src
parent78f606078e347bc88e7888cc669184acf767c3ff (diff)
downloadmpd-4b2a10825d14bc8192c53c0669e586579f4d0087.tar.gz
mpd-4b2a10825d14bc8192c53c0669e586579f4d0087.tar.xz
mpd-4b2a10825d14bc8192c53c0669e586579f4d0087.zip
fix typo in comment
git-svn-id: https://svn.musicpd.org/mpd/trunk@7305 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-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