From c4719461f96580837bf6182168dddd24168d372e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Nov 2006 18:37:42 +0000 Subject: [PATCH] fixup comment --- stepmania/src/GameSoundManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index fcec38b152..a6c43ab1ab 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -648,7 +648,7 @@ void GameSoundManager::PlayMusic( } else { - /* If no timing file was specified, look for one in the same place as the music file. */ + /* If no timing data was provided, look for it in the same place as the music file. */ ToPlay.m_sTimingFile = SetExtension( sFile, "sm" ); }