diff --git a/include/SDL3_mixer/SDL_mixer.h b/include/SDL3_mixer/SDL_mixer.h index 408dbd13..3decf818 100644 --- a/include/SDL3_mixer/SDL_mixer.h +++ b/include/SDL3_mixer/SDL_mixer.h @@ -1927,7 +1927,7 @@ extern DECLSPEC int SDLCALL Mix_GetMusicVolume(Mix_Music *music); * this function returns the previous (in this case, still-current) value. * * Note that the master volume does not affect any playing music; it is only - * applied when mixing chunks. Use Mix_MusicVolume() for that.\ + * applied when mixing chunks. Use Mix_VolumeMusic() for that.\ * * \param volume the new volume, between 0 and MIX_MAX_VOLUME, or -1 to query. * \returns the previous volume. If the specified volume is -1, this returns