diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |