]> code.delx.au - pulseaudio/blobdiff - src/tests/sync-playback.c
fix the ever-popular 'the the' typo
[pulseaudio] / src / tests / sync-playback.c
index 8eaa25fe1f727f57d2b5cf503b78f364e741c8d8..df1fa4534c7c491e18dffc371dba39018faf4185 100644 (file)
@@ -53,7 +53,7 @@ static const pa_sample_spec sample_spec = {
 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
 };