From d88be799239f1895f08b6faa9c9154a98ad3c40b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 20 May 2013 11:06:27 +0200 Subject: remove 2 weird characters in comments --- src/tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools.c b/src/tools.c index 9adb17e..d2dfdf5 100644 --- a/src/tools.c +++ b/src/tools.c @@ -692,7 +692,7 @@ void set_deep_lookup( lua_State *L ) { lua_pushlightuserdata( L, DEEP_LOOKUP_KEY ); lua_pushvalue(L,-2); // - // [-3]: {} (2nd ref) + // [-3]: {} (2nd ref) // [-2]: DEEP_LOOKUP_KEY // [-1]: {} @@ -1099,7 +1099,7 @@ luaG_IdFunction luaG_copydeep( lua_State *L, lua_State *L2, int index ) /* * 'reg[ REG_MT_KNOWN ]'= { - * [ table ]= id_uint, + * [ table ]= id_uint, * ... * [ id_uint ]= table, * ... -- cgit v1.2.3-55-g6feb