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 e2c36ef5..97dfe5ee 100644
--- a/lvm.c
+++ b/lvm.c
@@ -327,7 +327,7 @@ lu_byte luaV_finishget (lua_State *L, const TValue *t, TValue *key,
327** Finish a table assignment 't[key] = val'. 327** Finish a table assignment 't[key] = val'.
328** About anchoring the table before the call to 'luaH_finishset': 328** About anchoring the table before the call to 'luaH_finishset':
329** This call may trigger an emergency collection. When loop>0, 329** This call may trigger an emergency collection. When loop>0,
330** the table being acessed is a field in some metatable. If this 330** the table being accessed is a field in some metatable. If this
331** metatable is weak and the table is not anchored, this collection 331** metatable is weak and the table is not anchored, this collection
332** could collect that table while it is being updated. 332** could collect that table while it is being updated.
333*/ 333*/