From 3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Nov 2009 09:39:20 -0200 Subject: comment typos --- lstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 74b11e1e..6e227404 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.48 2009/11/18 13:13:47 roberto Exp roberto $ +** $Id: lstate.h,v 2.49 2009/11/25 15:27:51 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -131,7 +131,7 @@ typedef struct global_State { GCObject *ephemeron; /* list of ephemeron tables (weak keys) */ GCObject *allweak; /* list of all-weak tables */ GCObject *tobefnz; /* list of userdata to be GC */ - Mbuffer buff; /* temporary buffer for string concatentation */ + Mbuffer buff; /* temporary buffer for string concatenation */ lu_mem GCthreshold; /* when totalbytes > GCthreshold, run GC step */ lu_mem totalbytes; /* number of bytes currently allocated */ int gcpause; /* size of pause between successive GCs */ -- cgit v1.2.3-55-g6feb