From e888976bc6ba5592fb8ab8ecc04a8f63e217aa74 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 5 Jul 2019 15:03:15 -0300 Subject: Details (typos in comments) --- lgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lgc.c') diff --git a/lgc.c b/lgc.c index 8444566c..aa6921bc 100644 --- a/lgc.c +++ b/lgc.c @@ -1250,7 +1250,7 @@ static void setminordebt (global_State *g) { /* ** Does a major collection after last collection was a "bad collection". ** -** When the program is building a big struture, it allocates lots of +** When the program is building a big structure, it allocates lots of ** memory but generates very little garbage. In those scenarios, ** the generational mode just wastes time doing small collections, and ** major collections are frequently what we call a "bad collection", a -- cgit v1.2.3-55-g6feb