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 --- lstring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstring.c') diff --git a/lstring.c b/lstring.c index f18d2ff2..b2b4baa2 100644 --- a/lstring.c +++ b/lstring.c @@ -1,5 +1,5 @@ /* -** $Id: lstring.c,v 1.11 1998/01/28 16:50:33 roberto Exp roberto $ +** $Id: lstring.c,v 1.12 1998/03/06 16:54:42 roberto Exp roberto $ ** String table (keeps all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -258,7 +258,7 @@ TaggedString *luaS_collectudata (void) for (j=0; jsize; j++) { TaggedString *t = tb->hash[j]; if (t == NULL || t == &EMPTY || t->constindex != -1) - continue; /* get only user datas */ + continue; /* get only user data */ t->head.next = (GCnode *)frees; frees = t; tb->hash[j] = ∅ -- cgit v1.2.3-55-g6feb