output/Thread: fix typo in comment

This commit is contained in:
Max Kellermann 2019-08-13 13:08:40 +02:00
parent 4464cdcc67
commit f3d16f6d1b

View File

@ -458,7 +458,7 @@ AudioOutputControl::Task() noexcept
case Command::RELEASE: case Command::RELEASE:
if (!open) { if (!open) {
/* the output has failed after /* the output has failed after
the PAUSE command was submitted; bail the RELEASE command was submitted; bail
out */ out */
CommandFinished(); CommandFinished();
break; break;