From 262dc5729a28b2bad0b6413d4eab2290d14395cf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 8 May 2024 17:50:10 -0300 Subject: Details Corrections in comments and manual. Added note in the manual about local variables in the REPL. --- lgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lgc.c') diff --git a/lgc.c b/lgc.c index 700390d2..0ad3a16f 100644 --- a/lgc.c +++ b/lgc.c @@ -1541,7 +1541,7 @@ static void sweepstep (lua_State *L, global_State *g, ** object.) When 'fast' is true, 'singlestep' tries to finish a state ** "as fast as possible". In particular, it skips the propagation ** phase and leaves all objects to be traversed by the atomic phase: -** That avoids traversing twice some objects, such as theads and +** That avoids traversing twice some objects, such as threads and ** weak tables. */ static l_obj singlestep (lua_State *L, int fast) { -- cgit v1.2.3-55-g6feb