From 86505ea630c1e7dcc368d962c6dd0988eac391f6 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 13 Sep 2023 18:35:30 +0300 Subject: [PATCH] fix SDL_AudioStreamCallback documentation --- include/SDL3/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h index d60364d349..4ab96e7593 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -977,7 +977,7 @@ extern DECLSPEC int SDLCALL SDL_UnlockAudioStream(SDL_AudioStream *stream); * resampling, and may change from call to call. * * \param stream The SDL audio stream associated with this callback. - * \param additional The amount of data, in bytes, that is needed right now + * \param additional_amount The amount of data, in bytes, that is needed right now. * \param total_amount The total amount of data requested, in bytes, that is requested or available. * \param userdata An opaque pointer provided by the app for their personal use. */