]> code.delx.au - pulseaudio/blobdiff - src/tests/connect-stress.c
fix the ever-popular 'the the' typo
[pulseaudio] / src / tests / connect-stress.c
index eadcf88561f3b59917d55ef8f30585b13178483d..c4c6efcd12ca2edd1e0954a65851bc09aa9d1244 100644 (file)
@@ -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
 };