diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.h,v 2.42 2010/06/04 13:25:10 roberto Exp roberto $ | 2 | ** $Id: lgc.h,v 2.43 2010/06/07 16:55:34 roberto Exp roberto $ |
3 | ** Garbage Collector | 3 | ** Garbage Collector |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -44,7 +44,7 @@ | |||
44 | /* | 44 | /* |
45 | ** macro to tell when main invariant (white objects cannot point to black | 45 | ** macro to tell when main invariant (white objects cannot point to black |
46 | ** ones) must be kept. During a non-generational collection, the sweep | 46 | ** ones) must be kept. During a non-generational collection, the sweep |
47 | ** phase may brak the invariant, as objects turned white may point to | 47 | ** phase may break the invariant, as objects turned white may point to |
48 | ** still-black objects. The invariant is restored when sweep ends and | 48 | ** still-black objects. The invariant is restored when sweep ends and |
49 | ** all objects are white again. During a generational collection, the | 49 | ** all objects are white again. During a generational collection, the |
50 | ** invariant must be kept all times. | 50 | ** invariant must be kept all times. |