From ed2c5270c8fd0cff62327985cba4b85188d11e10 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 14 Sep 2025 07:36:30 +1000 Subject: [PATCH] Fix a typo. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index bbf70f53..853b3c03 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -9675,7 +9675,7 @@ Parameters ---------- pBackends (out, optional) A pointer to the buffer that will receive the enabled backends. Set to NULL to retrieve the backend count. Setting - the capacity of the buffer to `MA_BUFFER_COUNT` will guarantee it's large enough for all backends. + the capacity of the buffer to `MA_BACKEND_COUNT` will guarantee it's large enough for all backends. backendCap (in) The capacity of the `pBackends` buffer.