From cbdf4969ec425f1df1ade358425c0bf0bf811d83 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 May 2024 09:55:26 -0300 Subject: Manual: errors in lua_toclose are not memory errors --- liolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liolib.c') diff --git a/liolib.c b/liolib.c index b08397da..6879a603 100644 --- a/liolib.c +++ b/liolib.c @@ -773,7 +773,7 @@ static const luaL_Reg meth[] = { ** metamethods for file handles */ static const luaL_Reg metameth[] = { - {"__index", NULL}, /* place holder */ + {"__index", NULL}, /* placeholder */ {"__gc", f_gc}, {"__close", f_gc}, {"__tostring", f_tostring}, -- cgit v1.2.3-55-g6feb