mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -47,7 +47,7 @@ static int n_streams_ready = 0;
|
|||
static const pa_buffer_attr buffer_attr = {
|
||||
.maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
|
||||
.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