aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index 253c01a4..85746e03 100644
--- a/lvm.c
+++ b/lvm.c
@@ -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*/
341StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) { 341StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) {
342 const Proto *const tf = cl->p; 342 const Proto *const tf = cl->p;