aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
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) {