summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-09-16 20:11:50 +0200
committerMax Kellermann <max@musicpd.org>2020-09-16 20:12:05 +0200
commitd9d511f33ef6ed358e844e834db1706f40588cb7 (patch)
treec11dc71cb8147ed69c853686305cae7cfce7e48f
parentc61a3b8d13e9b7fd2b0ef5f64a2dd9745fdc0306 (diff)
player/Thread: update function name in comment
-rw-r--r--src/player/Thread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx
index 286855136..1766164e1 100644
--- a/src/player/Thread.cxx
+++ b/src/player/Thread.cxx
@@ -440,7 +440,7 @@ Player::ActivateDecoder() noexcept
pc.audio_format.Clear();
{
- /* call syncPlaylistWithQueue() in the main thread */
+ /* call playlist::SyncWithPlayer() in the main thread */
const ScopeUnlock unlock(pc.mutex);
pc.listener.OnPlayerSync();
}