SDL_mixer: Fixed Mix_MasterVolume documentation (38c20)

From 38c20909095299ba5f77925517b7e02ac5a464e5 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 9 Mar 2024 08:36:57 -0800
Subject: [PATCH] Fixed Mix_MasterVolume documentation

(cherry picked from commit 3bedf266a489f47815984254d9bc828480f8ad0f)
---
 include/SDL_mixer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 2061704a8..e763fb27e 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -2080,7 +2080,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