correction in macro for hard tests + type in comment
This commit is contained in:
Roberto Ierusalimschy
2021-12-21 07:39:25 -03:00
parent cf613cdc6f
commit 86ec152433
2 changed files with 2 additions and 2 deletions

2
lapi.c
View File

@@ -1143,7 +1143,7 @@ LUA_API int lua_gc (lua_State *L, int what, ...) {
va_start(argp, what);
switch (what) {
case LUA_GCSTOP: {
g->gcstp = GCSTPUSR; /* stopeed by the user */
g->gcstp = GCSTPUSR; /* stopped by the user */
break;
}
case LUA_GCRESTART: {