diff options
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) { |