From 4d760bd02d40544df11fa2f3ff3485b8ed3f62b0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Nov 2006 18:54:25 +0000 Subject: [PATCH] update comment --- stepmania/src/LuaBinding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/LuaBinding.cpp b/stepmania/src/LuaBinding.cpp index e7bda5b1f3..c25b29b7e2 100644 --- a/stepmania/src/LuaBinding.cpp +++ b/stepmania/src/LuaBinding.cpp @@ -219,7 +219,7 @@ bool LuaBinding::Equal( lua_State *L ) /* * Get a userdata, and check that it's either szType or a type - * derived from szType, by walking the __index chain. + * derived from szType, by checking the heirarchy table. */ bool LuaBinding::CheckLuaObjectType( lua_State *L, int iArg, const char *szType ) {