aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index f83d47d1..986c7db8 100644
--- a/lvm.c
+++ b/lvm.c
@@ -925,7 +925,7 @@ void luaV_finishOp (lua_State *L) {
925** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute' 925** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute'
926** 926**
927** All these macros are to be used exclusively inside the main 927** All these macros are to be used exclusively inside the main
928** iterpreter loop (function luaV_execute) and may access directly 928** interpreter loop (function luaV_execute) and may access directly
929** the local variables of that function (L, i, pc, ci, etc.). 929** the local variables of that function (L, i, pc, ci, etc.).
930** =================================================================== 930** ===================================================================
931*/ 931*/