diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-07-07 15:02:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-07-07 15:02:09 -0300 |
commit | 03d672a95cfd287855b373587f3975165eab9e02 (patch) | |
tree | ccaf9a66b54ab44d660d5257f3df649bb79664ad /lapi.c | |
parent | 03bf7fdd4f3a588cd7ff0a8c51ed68c596d3d575 (diff) | |
download | lua-03d672a95cfd287855b373587f3975165eab9e02.tar.gz lua-03d672a95cfd287855b373587f3975165eab9e02.tar.bz2 lua-03d672a95cfd287855b373587f3975165eab9e02.zip |
Details (comments)
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |
685 | static void getGlobalTable (lua_State *L, TValue *gt) { | 685 | static void getGlobalTable (lua_State *L, TValue *gt) { |