diff --git a/src/sdl/mixer_sound.c b/src/sdl/mixer_sound.c
index 0c1ccf9ce24d7309b114d7725ef3d295b00cd2cf..369d04ced820943cfe6214bd133613aa6a6cbf5d 100644
--- a/src/sdl/mixer_sound.c
+++ b/src/sdl/mixer_sound.c
@@ -1251,7 +1251,7 @@ boolean I_LoadSong(char *data, size_t len)
 
 #ifdef HAVE_OPENMPT
 	/*
-		If the size of the data to be checked is bigger than the recommended size (> 2048)
+		If the size of the data to be checked is bigger than the recommended size (> 2048 bytes)
 		Let's just set the probe size to the recommended size
 		Otherwise let's give it the full data size
 	*/