diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-05 15:03:15 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-05 15:03:15 -0300 |
commit | e888976bc6ba5592fb8ab8ecc04a8f63e217aa74 (patch) | |
tree | ae0a03f16d413e6a901c6a5f64058264974672fb /lgc.c | |
parent | 4d46289331395a845c5de1f6c0e0fe873c50db4f (diff) | |
download | lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.tar.gz lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.tar.bz2 lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.zip |
Details (typos in comments)
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 |