From 9618aaf07d0d82ccbac91db22cb42451ec17d7ed Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 19 Jun 1998 13:14:09 -0300 Subject: small corrections in comments --- llex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.h') diff --git a/llex.h b/llex.h index 3947bf5d..106f6a3c 100644 --- a/llex.h +++ b/llex.h @@ -1,5 +1,5 @@ /* -** $Id: llex.h,v 1.7 1998/01/09 14:57:43 roberto Exp $ +** $Id: llex.h,v 1.8 1998/05/27 13:03:40 roberto Exp roberto $ ** Lexical Analizer ** See Copyright Notice in lua.h */ @@ -32,7 +32,7 @@ enum RESERVED { struct ifState { int elsepart; /* true if its in the $else part */ int condition; /* true if $if condition is true */ - int skip; /* true if part must be skiped */ + int skip; /* true if part must be skipped */ }; -- cgit v1.2.3-55-g6feb