X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/fab254c41929c237130c693677a2eb4363cf08bc..b351e068179c25ab615916b792d9e23e0f21c6f7:/src/pulsecore/play-memblockq.c diff --git a/src/pulsecore/play-memblockq.c b/src/pulsecore/play-memblockq.c index b0932612..2ce92e50 100644 --- a/src/pulsecore/play-memblockq.c +++ b/src/pulsecore/play-memblockq.c @@ -133,7 +133,7 @@ static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk } /* If there's no memblock, there's going to be data in the memblockq after - * a gap with length chunk->length. Drop the the gap and peek the actual + * a gap with length chunk->length. Drop the gap and peek the actual * data. There should always be some data coming - hence the assert. The * gap will occur if the memblockq is rewound beyond index 0.*/ if (!chunk->memblock) {