fix a comment
authorLennart Poettering <lennart@poettering.net>
Thu, 19 Mar 2009 18:38:30 +0000 (19:38 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Mar 2009 18:38:30 +0000 (19:38 +0100)
src/pulsecore/protocol-native.c

index 50a9191..4860860 100644 (file)
@@ -775,7 +775,7 @@ static int playback_stream_process_msg(pa_msgobject *o, int code, void*userdata,
             if (s->connection->version >= 13) {
                 pa_tagstruct *t;
 
-                /* Notify the user we're overflowed*/
+                /* Notify the user we started playback */
                 t = pa_tagstruct_new(NULL, 0);
                 pa_tagstruct_putu32(t, PA_COMMAND_STARTED);
                 pa_tagstruct_putu32(t, (uint32_t) -1); /* tag */