aboutsummaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c2
1 files changed, 1 insertions, 1 deletions
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) {
1250/* 1250/*
1251** Does a major collection after last collection was a "bad collection". 1251** Does a major collection after last collection was a "bad collection".
1252** 1252**
1253** When the program is building a big struture, it allocates lots of 1253** When the program is building a big structure, it allocates lots of
1254** memory but generates very little garbage. In those scenarios, 1254** memory but generates very little garbage. In those scenarios,
1255** the generational mode just wastes time doing small collections, and 1255** the generational mode just wastes time doing small collections, and
1256** major collections are frequently what we call a "bad collection", a 1256** major collections are frequently what we call a "bad collection", a