diff options
-rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ static void powOp (lua_State *L, StkId ra, StkId rb, StkId rc) { | |||
336 | 336 | ||
337 | /* | 337 | /* |
338 | ** Executes the given Lua function. Parameters are between [base,top). | 338 | ** Executes the given Lua function. Parameters are between [base,top). |
339 | ** Returns n such that the the results are between [n,top). | 339 | ** Returns n such that the results are between [n,top). |
340 | */ | 340 | */ |
341 | StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) { | 341 | StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) { |
342 | const Proto *const tf = cl->p; | 342 | const Proto *const tf = cl->p; |