diff -r c11abf387a7d -r d5b30d6373fc misc/liblua/lvm.c --- a/misc/liblua/lvm.c Sat Jul 31 10:52:43 2010 +0200 +++ b/misc/liblua/lvm.c Sat Jul 31 11:24:53 2010 +0200 @@ -125,7 +125,7 @@ callTMres(L, val, tm, t, key); return; } - t = tm; /* else repeat with `tm' */ + t = tm; /* else repeat with `tm' */ } luaG_runerror(L, "loop in gettable"); } @@ -152,7 +152,7 @@ callTM(L, tm, t, key, val); return; } - t = tm; /* else repeat with `tm' */ + t = tm; /* else repeat with `tm' */ } luaG_runerror(L, "loop in settable"); }