diff options
author | Ralph Giles <giles@mozilla.com> | 2011-07-14 13:59:38 -0700 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-07-14 14:13:52 -0700 |
commit | 8840ebf9c361208f955577f8af1c0110cdc843d2 (patch) | |
tree | 8faa3a208242c1ba56036fa324c7f0beb226e860 /src/pulse/stream.c | |
parent | a823fae3e5b2fad32e8d4f44030881f28121479f (diff) |
Fix two comment typos.
Diffstat (limited to 'src/pulse/stream.c')
-rw-r--r-- | src/pulse/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/stream.c b/src/pulse/stream.c index 373bc3467..3658064fa 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); |