From 44eb7d91ac24db572a50ccca388a401cbdfd6fe0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 15 Aug 2000 15:28:48 -0300 Subject: comments --- lcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lcode.c') diff --git a/lcode.c b/lcode.c index bd0d2612..adaff37a 100644 --- a/lcode.c +++ b/lcode.c @@ -1,5 +1,5 @@ /* -** $Id: lcode.c,v 1.47 2000/08/10 19:50:47 roberto Exp roberto $ +** $Id: lcode.c,v 1.48 2000/08/14 17:46:27 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -330,7 +330,7 @@ void luaK_tostack (LexState *ls, expdesc *v, int onlyone) { luaK_concat(fs, &v->u.l.t, fs->pc-1); /* put `previous' in t. list */ else { j = code_label(fs, OP_JMP, NO_JUMP); /* to jump over both pushes */ - /* correct stack for compiler and simbolic execution */ + /* correct stack for compiler and symbolic execution */ luaK_adjuststack(fs, 1); } p_nil = code_label(fs, OP_PUSHNILJMP, 0); -- cgit v1.2.3-55-g6feb