Fix a typo.

This commit is contained in:
David Reid
2025-09-14 07:36:30 +10:00
parent 3dfcefc75b
commit ed2c5270c8
+1 -1
View File
@@ -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.