]> code.delx.au - pulseaudio/commitdiff
stream-restore: Comment fix
authorColin Guthrie <cguthrie@mandriva.org>
Sun, 20 Sep 2009 17:07:23 +0000 (18:07 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 20 Sep 2009 17:51:20 +0000 (18:51 +0100)
src/modules/module-stream-restore.c

index d6e3c1534b8936d7be4c1c75b2da10696632baac..9b6f914308a0a71c27559c858919013de92891c1 100644 (file)
@@ -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)))