From 75250a237cb620ef44b344c07398b8a27bdcddc2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 16 Mar 2013 18:10:18 -0300 Subject: typos in comments --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 17833ec5..70409f2e 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.133 2012/08/16 17:34:28 roberto Exp roberto $ +** $Id: ltests.c,v 2.134 2012/10/03 12:36:46 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -444,7 +444,7 @@ int lua_checkmemory (lua_State *L) { maybedead = 0; for (o = g->allgc; o != NULL; o = gch(o)->next) { if (g->sweepgc && o == *g->sweepgc) - maybedead = 1; /* part of the list not yet sweeped */ + maybedead = 1; /* part of the list not yet swept */ checkobject(g, o, maybedead); lua_assert(!testbit(o->gch.marked, SEPARATED)); } -- cgit v1.2.3-55-g6feb