diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-03-19 19:38:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-03-19 19:38:30 +0100 |
commit | fe3709c5c73f9ce837837908fb644147d5fa4eae (patch) | |
tree | fd7227151b94c070e315df9f139dadfa90e72765 /src/pulsecore | |
parent | dd4000671808df746a3fd29090aad8cf939cf512 (diff) |
fix a comment
Diffstat (limited to 'src/pulsecore')
-rw-r--r-- | src/pulsecore/protocol-native.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/protocol-native.c b/src/pulsecore/protocol-native.c index 50a9191b..4860860b 100644 --- a/src/pulsecore/protocol-native.c +++ b/src/pulsecore/protocol-native.c @@ -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 */ |