diff options
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |