fix the ever-popular 'the the' typo

some are comments, some are user-visible doxygen text and documentation
This commit is contained in:
Peter Meerwald 2012-01-08 13:16:51 +01:00 committed by Tanu Kaskinen
parent fab254c419
commit b351e06817
10 changed files with 11 additions and 11 deletions

View file

@ -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
};