]> code.delx.au - pulseaudio/blobdiff - src/modules/module-null-sink.c
fix the ever-popular 'the the' typo
[pulseaudio] / src / modules / module-null-sink.c
index 454bd3e4bd2e2ab3f0d26b35b15d74d80437e314..f40546a8ac7a09643e81a5fd795bf35da4e3a072 100644 (file)
@@ -176,7 +176,7 @@ static void process_render(struct userdata *u, pa_usec_t now) {
     queued. Hence: at maximum read this many bytes from the sink
     inputs. */
 
-    /* Fill the buffer up the the latency size */
+    /* Fill the buffer up the latency size */
     while (u->timestamp < now + u->block_usec) {
         pa_memchunk chunk;