summaryrefslogtreecommitdiff
path: root/src/output
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-12 11:51:01 +0100
committerMax Kellermann <max@musicpd.org>2018-11-12 12:09:02 +0100
commit9a813cd3b11057d767e5bc30b83350e6052d1c28 (patch)
tree845ccff9f60437820c1fe3fa5b566e0c53bc477e /src/output
parent1c60c8e014c847862d5ba536e396cdf1edf19cad (diff)
output/Thread: update comment
Diffstat (limited to 'src/output')
-rw-r--r--src/output/Thread.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/output/Thread.cxx b/src/output/Thread.cxx
index 51e66cf33..4211cd078 100644
--- a/src/output/Thread.cxx
+++ b/src/output/Thread.cxx
@@ -443,8 +443,7 @@ AudioOutputControl::Task() noexcept
case Command::PAUSE:
if (!open) {
/* the output has failed after
- audio_output_all_pause() has
- submitted the PAUSE command; bail
+ the PAUSE command was submitted; bail
out */
CommandFinished();
break;