aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-07-07 15:02:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-07-07 15:02:09 -0300
commit03d672a95cfd287855b373587f3975165eab9e02 (patch)
treeccaf9a66b54ab44d660d5257f3df649bb79664ad /lapi.c
parent03bf7fdd4f3a588cd7ff0a8c51ed68c596d3d575 (diff)
downloadlua-03d672a95cfd287855b373587f3975165eab9e02.tar.gz
lua-03d672a95cfd287855b373587f3975165eab9e02.tar.bz2
lua-03d672a95cfd287855b373587f3975165eab9e02.zip
Details (comments)
Diffstat (limited to 'lapi.c')
-rw-r--r--lapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lapi.c b/lapi.c
index 769eba13..71405a25 100644
--- a/lapi.c
+++ b/lapi.c
@@ -679,7 +679,7 @@ static int auxgetstr (lua_State *L, const TValue *t, const char *k) {
679 679
680/* 680/*
681** The following function assumes that the registry cannot be a weak 681** The following function assumes that the registry cannot be a weak
682** table, so that en mergency collection while using the global table 682** table; so, an emergency collection while using the global table
683** cannot collect it. 683** cannot collect it.
684*/ 684*/
685static void getGlobalTable (lua_State *L, TValue *gt) { 685static void getGlobalTable (lua_State *L, TValue *gt) {