From 4989388a216b4c74b469579acf51cae858b2784f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 1 Apr 2004 21:56:58 +0000 Subject: [PATCH] typo --- stepmania/src/RageSoundReader_MP3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSoundReader_MP3.cpp b/stepmania/src/RageSoundReader_MP3.cpp index a8f89f3183..e63ec5868a 100644 --- a/stepmania/src/RageSoundReader_MP3.cpp +++ b/stepmania/src/RageSoundReader_MP3.cpp @@ -387,7 +387,7 @@ int RageSoundReader_MP3::do_mad_frame_decode( bool headers_only ) { int ret; - /* Always actually decode the first packet, so we cleanly pass Xing tags. */ + /* Always actually decode the first packet, so we cleanly parse Xing tags. */ if( headers_only && !mad->first_frame ) ret=mad_header_decode( &mad->Frame.header,&mad->Stream ); else