comment typos

This commit is contained in:
Roberto Ierusalimschy
2009-11-26 09:39:20 -02:00
parent b0f2b288a6
commit 3c4d970a7b
10 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lparser.c,v 2.71 2009/10/14 16:43:11 roberto Exp roberto $
** $Id: lparser.c,v 2.72 2009/11/17 16:33:38 roberto Exp roberto $
** Lua Parser
** See Copyright Notice in lua.h
*/
@@ -404,7 +404,7 @@ static void close_func (LexState *ls) {
f->sizeupvalues = fs->nups;
lua_assert(fs->bl == NULL);
ls->fs = fs->prev;
/* last token read was anchored in defunct function; must reanchor it */
/* last token read was anchored in defunct function; must re-anchor it */
anchor_token(ls);
L->top--; /* pop table of constants */
luaC_checkGC(L);