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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lgc.h') diff --git a/lgc.h b/lgc.h index 5e474114..72d318ca 100644 --- a/lgc.h +++ b/lgc.h @@ -135,7 +135,7 @@ ** ** To keep its invariants, the generational mode uses the same barriers ** also used by the incremental mode. If a young object is caught in a -** foward barrier, it cannot become old immediately, because it can +** forward barrier, it cannot become old immediately, because it can ** still point to other young objects. Instead, it becomes 'old0', ** which in the next cycle becomes 'old1'. So, 'old0' objects is ** old but can point to new and survival objects; 'old1' is old -- cgit v1.2.3-55-g6feb