From d2b4d7c7d4ef7fd7c288d812d4a06ac62da93fad Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 14 Jul 2011 13:59:38 -0700 Subject: [PATCH] Fix two comment typos. --- src/modules/module-null-sink.c | 2 +- src/pulse/stream.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/module-null-sink.c b/src/modules/module-null-sink.c index bedd6ef..09e6ab7 100644 --- a/src/modules/module-null-sink.c +++ b/src/modules/module-null-sink.c @@ -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 */ diff --git a/src/pulse/stream.c b/src/pulse/stream.c index 373bc34..3658064 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -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); -- 1.7.6