changeset 3697 | d5b30d6373fc |
parent 2812 | 0a24853de796 |
child 10017 | de822cd3df3a |
--- 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"); }