From f7ec36ab1652742c69f838825938b1a7127acda8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 2 Jul 2012 10:37:04 -0300 Subject: comment --- lstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lstate.h b/lstate.h index 5c6bd67b..8aece88e 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.80 2012/05/22 17:50:39 roberto Exp roberto $ +** $Id: lstate.h,v 2.81 2012/06/08 15:14:04 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -137,7 +137,7 @@ typedef struct global_State { UpVal uvhead; /* head of double-linked list of all open upvalues */ Mbuffer buff; /* temporary buffer for string concatenation */ int gcpause; /* size of pause between successive GCs */ - int gcmajorinc; /* how much to wait for a major GC (only in gen. mode) */ + int gcmajorinc; /* pause between major collections (only in gen. mode) */ int gcstepmul; /* GC `granularity' */ lua_CFunction panic; /* to be called in unprotected errors */ struct lua_State *mainthread; -- cgit v1.2.3-55-g6feb