SDL_mixer: Sync SDL_mixer wiki -> header (7c322)

From 7c322c913c39cfa768a65288dd397f2ace050023 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 1 Jul 2022 17:57:11 +0000
Subject: [PATCH] Sync SDL_mixer wiki -> header

---
 include/SDL_mixer.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 12a900d2..b9b57d17 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -541,8 +541,8 @@ extern DECLSPEC int SDLCALL Mix_AllocateChannels(int numchans);
  * whether this function succeeds or not. SDL_mixer reads everything it needs
  * from the RWops during this call in any case.
  *
- * There is a separate function (a macro, before SDL_mixer 2.6.0) to read files
- * from disk without having to deal with SDL_RWops:
+ * There is a separate function (a macro, before SDL_mixer 2.6.0) to read
+ * files from disk without having to deal with SDL_RWops:
  * `Mix_LoadWAV("filename.wav")` will call this function and manage those
  * details for you.
  *