From 44eb7d91ac24db572a50ccca388a401cbdfd6fe0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 15 Aug 2000 15:28:48 -0300 Subject: comments --- lparser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lparser.c') diff --git a/lparser.c b/lparser.c index cc9a6c9a..1ae80cfb 100644 --- a/lparser.c +++ b/lparser.c @@ -1,5 +1,5 @@ /* -** $Id: lparser.c,v 1.107 2000/08/09 19:16:57 roberto Exp roberto $ +** $Id: lparser.c,v 1.108 2000/08/14 17:46:27 roberto Exp roberto $ ** LL(1) Parser and code generator for Lua ** See Copyright Notice in lua.h */ @@ -1024,7 +1024,7 @@ static void breakstat (LexState *ls) { next(ls); /* skip BREAK */ luaK_adjuststack(fs, currentlevel - bl->stacklevel); luaK_concat(fs, &bl->breaklist, luaK_jump(fs)); - /* correct stack for compiler and simbolic execution */ + /* correct stack for compiler and symbolic execution */ luaK_adjuststack(fs, bl->stacklevel - currentlevel); } -- cgit v1.2.3-55-g6feb