]> code.delx.au - pulseaudio/commitdiff
Fix two comment typos.
authorRalph Giles <giles@mozilla.com>
Thu, 14 Jul 2011 20:59:38 +0000 (13:59 -0700)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 14 Jul 2011 21:13:52 +0000 (14:13 -0700)
src/modules/module-null-sink.c
src/pulse/stream.c

index bedd6efcb6662448412a205aa29b27a3561f356b..09e6ab72c835fb15d781c933cbe5e13ac638cf20 100644 (file)
@@ -173,7 +173,7 @@ static void process_render(struct userdata *u, pa_usec_t now) {
 
     /* This is the configured latency. Sink inputs connected to us
     might not have a single frame more than the maxrequest value
-    queed. Hence: at maximum read this many bytes from the sink
+    queued. Hence: at maximum read this many bytes from the sink
     inputs. */
 
     /* Fill the buffer up the the latency size */
index 373bc346717ad2abf47fb942cbef6dba548eb239..3658064fa40bc53fbf417cfc40331ba89fc25011 100644 (file)
@@ -1653,7 +1653,7 @@ pa_operation * pa_stream_drain(pa_stream *s, pa_stream_success_cb_t cb, void *us
     pa_pstream_send_tagstruct(s->context->pstream, t);
     pa_pdispatch_register_reply(s->context->pdispatch, tag, DEFAULT_TIMEOUT, pa_stream_simple_ack_callback, pa_operation_ref(o), (pa_free_cb_t) pa_operation_unref);
 
-    /* This might cause the read index to conitnue again, hence
+    /* This might cause the read index to continue again, hence
      * let's request a timing update */
     request_auto_timing_update(s, TRUE);