diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
commit | 9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed (patch) | |
tree | 50d7ec68ff36d2fa017b970b11985c6cce5861aa /lvm.c | |
parent | 50fd8d03c33bbe52ac5b34c4eb748197b349cedd (diff) | |
download | lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.gz lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.bz2 lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.zip |
Details (typos in comments)
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 | */ |