From 181656955b6a556515238b2692a8bde210274793 Mon Sep 17 00:00:00 2001 From: Aman Karmani Date: Fri, 3 Dec 2021 14:04:16 -0800 Subject: audio: fix typo --- player/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- cgit v1.2.3