From 33dab4e475508f334ee470ce6898b08e382a6799 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 5 Aug 2021 18:43:37 +1000 Subject: [PATCH] Typo. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 05edc503..59147643 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -35836,7 +35836,7 @@ static ma_result ma_device__post_init_setup(ma_device* pDevice, ma_device_type d /* - In playback mode, iff the data converter does not support retrieval of the required number of + In playback mode, if the data converter does not support retrieval of the required number of input frames given a number of output frames, we need to fall back to a heap-allocated cache. */ if (deviceType == ma_device_type_playback || deviceType == ma_device_type_duplex) {