From 11f4e21b3ac8617139cf04a8a3402d47fc9b4839 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 22 Oct 2016 11:29:58 +1000 Subject: [PATCH] Fix a comment. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index fd22d43b..2d43e7a5 100644 --- a/mini_al.h +++ b/mini_al.h @@ -2690,7 +2690,7 @@ static mal_result mal_device__main_loop__alsa(mal_device* pDevice) while (!pDevice->alsa.breakFromMainLoop && mal_device_write__alsa(pDevice)) { } } else { - // Playback. Read from device, write to client. + // Capture. Read from device, write to client. while (!pDevice->alsa.breakFromMainLoop && mal_device_read__alsa(pDevice)) { } }