update comment

This commit is contained in:
Glenn Maynard
2006-11-19 18:54:25 +00:00
parent 722dca02be
commit 4d760bd02d
+1 -1
View File
@@ -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 )
{