mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -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
|
|
@ -107,7 +107,7 @@ static void disconnect(void) {
|
|||
static const pa_buffer_attr buffer_attr = {
|
||||
.maxlength = SAMPLE_HZ * sizeof(float) * NSTREAMS,
|
||||
.tlength = (uint32_t) -1,
|
||||
.prebuf = 0, /* Setting prebuf to 0 guarantees us the the streams will run synchronously, no matter what */
|
||||
.prebuf = 0, /* Setting prebuf to 0 guarantees us the streams will run synchronously, no matter what */
|
||||
.minreq = (uint32_t) -1,
|
||||
.fragsize = 0
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue