From 3e0ad8dd42b32a5bfcfd0d78c3e18b83ffaf7313 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 27 Jul 2020 18:08:56 +1000 Subject: [PATCH] Reword a comment. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index a1ebe077..d78cd572 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3482,7 +3482,7 @@ struct ma_context /*AudioComponent*/ ma_ptr component; - ma_bool32 noAudioSessionDeactivate; /* For tracking whether or not we should explicitly deactivation the audio session on iOS. Set from the config in ma_context_init__coreaudio(). */ + ma_bool32 noAudioSessionDeactivate; /* For tracking whether or not the iOS audio session should be explicitly deactivated. Set from the config in ma_context_init__coreaudio(). */ } coreaudio; #endif #ifdef MA_SUPPORT_SNDIO