mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
fix the ever-popular 'the the' typo
some are comments, some are user-visible doxygen text and documentation
This commit is contained in:
parent
fab254c419
commit
b351e06817
10 changed files with 11 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue