summaryrefslogtreecommitdiff
path: root/src/pulse/stream.c
diff options
context:
space:
mode:
authorPeter Meerwald <p.meerwald@bct-electronic.com>2011-12-11 16:07:38 +0100
committerColin Guthrie <colin@mageia.org>2011-12-12 22:39:52 +0000
commitd7358579426f1e613812cb193d684cb0f4856ddf (patch)
tree57853a37934c661a78625dcc3adf9d976b631ea9 /src/pulse/stream.c
parentc6b95d52355a5a2731fcb3018b37902a16f4d359 (diff)
downloadpulseaudio-d7358579426f1e613812cb193d684cb0f4856ddf.tar.gz
stream: Fix comments
Diffstat (limited to 'src/pulse/stream.c')
-rw-r--r--src/pulse/stream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pulse/stream.c b/src/pulse/stream.c
index 5433abf4b..0a96ced0f 100644
--- a/src/pulse/stream.c
+++ b/src/pulse/stream.c
@@ -143,7 +143,7 @@ static pa_stream *pa_stream_new_with_proplist_internal(
s->requested_bytes = 0;
memset(&s->buffer_attr, 0, sizeof(s->buffer_attr));
- /* We initialize der target length here, so that if the user
+ /* We initialize the target length here, so that if the user
* passes no explicit buffering metrics the default is similar to
* what older PA versions provided. */
@@ -245,7 +245,7 @@ static void stream_unlink(pa_stream *s) {
/* Detach from context */
- /* Unref all operation object that point to us */
+ /* Unref all operation objects that point to us */
for (o = s->context->operations; o; o = n) {
n = o->next;
@@ -472,7 +472,7 @@ static void check_smoother_status(pa_stream *s, pa_bool_t aposteriori, pa_bool_t
* indications when audio really starts/stops playing, if
* we don't have any timing info yet -- instead of trying
* to be smart and guessing the server time. Otherwise the
- * unknown transport delay add too much noise to our time
+ * unknown transport delay adds too much noise to our time
* calculations. */
return;