summaryrefslogtreecommitdiffstats
path: root/player/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/client.c')
-rw-r--r--player/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/client.c b/player/client.c
index c375a11d94..56b7029a42 100644
--- a/player/client.c
+++ b/player/client.c
@@ -42,9 +42,9 @@
/*
* Locking hierarchy:
*
- * MPContext > mp_client_api.lock > mpv_handle.lock
+ * MPContext > mp_client_api.lock > mpv_handle.lock > * > mpv_handle.wakeup_lock
*
- * MPContext strictly speaking has no locks, and instead implicitly managed
+ * MPContext strictly speaking has no locks, and instead is implicitly managed
* by MPContext.dispatch, which basically stops the playback thread at defined
* points in order to let clients access it in a synchronized manner. Since
* MPContext code accesses the client API, it's on top of the lock hierarchy.