From a71c5f6f531a2503ff80e579e6c3bb95968645ba Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 Jun 2010 11:11:17 -0300 Subject: typo in comments --- lgc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lgc.h') diff --git a/lgc.h b/lgc.h index 191adfeb..c7cfdf7c 100644 --- a/lgc.h +++ b/lgc.h @@ -1,5 +1,5 @@ /* -** $Id: lgc.h,v 2.42 2010/06/04 13:25:10 roberto Exp roberto $ +** $Id: lgc.h,v 2.43 2010/06/07 16:55:34 roberto Exp roberto $ ** Garbage Collector ** See Copyright Notice in lua.h */ @@ -44,7 +44,7 @@ /* ** macro to tell when main invariant (white objects cannot point to black ** ones) must be kept. During a non-generational collection, the sweep -** phase may brak the invariant, as objects turned white may point to +** phase may break the invariant, as objects turned white may point to ** still-black objects. The invariant is restored when sweep ends and ** all objects are white again. During a generational collection, the ** invariant must be kept all times. -- cgit v1.2.3-55-g6feb