From fdd5f2f7a32535eb8f2fbafbed2d84c0e69392c0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 29 Oct 2010 15:52:46 -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 656b04fb..a8923ca3 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.66 2010/09/03 14:14:01 roberto Exp roberto $ +** $Id: lstate.h,v 2.67 2010/09/30 17:21:31 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -66,7 +66,7 @@ typedef struct stringtable { /* -** informations about a call +** information about a call */ typedef struct CallInfo { StkId func; /* function index in the stack */ -- cgit v1.2.3-55-g6feb