From da4811238ab48446545621389cb07051982a8279 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 21 Mar 2014 10:52:33 -0300 Subject: details (typos in comments) --- lcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lcode.c') diff --git a/lcode.c b/lcode.c index e6b2d98b..e2ffda4e 100644 --- a/lcode.c +++ b/lcode.c @@ -1,5 +1,5 @@ /* -** $Id: lcode.c,v 2.83 2014/03/07 16:19:00 roberto Exp roberto $ +** $Id: lcode.c,v 2.84 2014/03/09 19:21:34 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -308,7 +308,7 @@ static void freeexp (FuncState *fs, expdesc *e) { /* -** Use scanner's table to cache position of constants in contant list +** Use scanner's table to cache position of constants in constant list ** and try to reuse constants */ static int addk (FuncState *fs, TValue *key, TValue *v) { -- cgit v1.2.3-55-g6feb