SDL_mixer: mp3utils.h: Fixed an outdated header title

From b155b4c03174fe7c4d5b8d57726ba7ec950fbb9e Mon Sep 17 00:00:00 2001
From: Wohlstand <[EMAIL REDACTED]>
Date: Sat, 21 May 2022 03:29:19 +0300
Subject: [PATCH] mp3utils.h: Fixed an outdated header title

It was done a while ago, but is no longer actual.
---
 src/codecs/mp3utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/codecs/mp3utils.h b/src/codecs/mp3utils.h
index 985be953..4472ec89 100644
--- a/src/codecs/mp3utils.h
+++ b/src/codecs/mp3utils.h
@@ -19,7 +19,7 @@
   3. This notice may not be removed or altered from any source distribution.
 */
 
-/* This file supports reading of ID3 tags of MP3 files with libID3Tag */
+/* This file provides utility functions to work with MP3 files including reading of tags. */
 
 #ifndef MIX_MP3UTILS_H
 #define MIX_MP3UTILS_H