diff --git a/stepmania/src/LuaReference.cpp b/stepmania/src/LuaReference.cpp index d342c01bd2..4418dc1f4c 100644 --- a/stepmania/src/LuaReference.cpp +++ b/stepmania/src/LuaReference.cpp @@ -151,7 +151,7 @@ CString LuaData::Serialize() const void LuaData::LoadFromString( const CString &s ) { - /* Restore the serialized data by evaluating the serialized data. */ + /* Restore the serialized data by evaluating it. */ CString sError; if( !LUA->RunScript( s, "serialization", sError, 1 ) ) {