From f3d16f6d1bad64c6ef395997e68e6c682ada13e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Aug 2019 13:08:40 +0200 Subject: [PATCH] output/Thread: fix typo in comment --- src/output/Thread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/Thread.cxx b/src/output/Thread.cxx index 847a6642e..d9e30dce5 100644 --- a/src/output/Thread.cxx +++ b/src/output/Thread.cxx @@ -458,7 +458,7 @@ AudioOutputControl::Task() noexcept case Command::RELEASE: if (!open) { /* the output has failed after - the PAUSE command was submitted; bail + the RELEASE command was submitted; bail out */ CommandFinished(); break;