SDL: Revert "Sync SDL2 wiki -> header"

From 2834d8b3b7d82d9604b80b7d1e762f90b90d3730 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 4 Sep 2024 09:15:20 -0700
Subject: [PATCH] Revert "Sync SDL2 wiki -> header"

This reverts commit f23cc950f54467d9bf5275f060502c0502229870.

This edit was incorrect.
---
 include/SDL_audio.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/SDL_audio.h b/include/SDL_audio.h
index 8f874dcc68c60..36914c4359a67 100644
--- a/include/SDL_audio.h
+++ b/include/SDL_audio.h
@@ -1172,9 +1172,8 @@ extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 * dst, const Uint8 * src,
  * \param format the SDL_AudioFormat structure representing the desired audio
  *               format.
  * \param len the length of the audio buffer in bytes.
- * \param volume ranges from -128 - ∞ (at -128, the volume is at 0%, at 0 -
- *               100% and the higher the number, the bigger the %), and should
- *               be set to SDL_MIX_MAXVOLUME for full audio volume.
+ * \param volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
+ *               for full audio volume.
  *
  * \since This function is available since SDL 2.0.0.
  */