summaryrefslogtreecommitdiffstats
path: root/player/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/audio.c')
-rw-r--r--player/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/audio.c b/player/audio.c
index 8f1abbcc64..0c9d878496 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -637,7 +637,7 @@ static void ao_process(struct mp_filter *f)
return;
}
- // Due to mp_async_queue_set_notifier() thhis function is called when the
+ // Due to mp_async_queue_set_notifier() this function is called when the
// queue becomes full. This affects state changes in the normal playloop,
// so wake it up. But avoid redundant wakeups during normal playback.
if (mpctx->audio_status != STATUS_PLAYING &&