X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/fab254c41929c237130c693677a2eb4363cf08bc..b351e068179c25ab615916b792d9e23e0f21c6f7:/src/tests/connect-stress.c diff --git a/src/tests/connect-stress.c b/src/tests/connect-stress.c index eadcf885..c4c6efcd 100644 --- a/src/tests/connect-stress.c +++ b/src/tests/connect-stress.c @@ -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 };