summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-09-20 18:07:23 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-09-20 18:51:20 +0100
commitcc6932c4c8ddf66689f4ee4ecc51a4d41dcef6a7 (patch)
tree7ef28eb06cbd2ed5e13a44602385c26ef7eda76a /src/modules
parente7686a607d167a862a90751767df0c9a271d8c34 (diff)
stream-restore: Comment fix
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/module-stream-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-stream-restore.c b/src/modules/module-stream-restore.c
index d6e3c153..9b6f9143 100644
--- a/src/modules/module-stream-restore.c
+++ b/src/modules/module-stream-restore.c
@@ -593,7 +593,7 @@ static pa_hook_result_t source_put_hook_callback(pa_core *c, pa_source *source,
if (!so->source)
continue;
- /* It might happen that a stream and a sink are set up at the
+ /* It might happen that a stream and a source are set up at the
same time, in which case we want to make sure we don't
interfere with that */
if (!PA_SOURCE_OUTPUT_IS_LINKED(pa_source_output_get_state(so)))