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 --- lgc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lgc.c') diff --git a/lgc.c b/lgc.c index 2f52a93f..64df6c14 100644 --- a/lgc.c +++ b/lgc.c @@ -1,5 +1,5 @@ /* -** $Id: lgc.c,v 2.138 2012/10/19 19:00:33 roberto Exp roberto $ +** $Id: lgc.c,v 2.139 2013/03/15 18:33:36 roberto Exp roberto $ ** Garbage Collector ** See Copyright Notice in lua.h */ @@ -924,7 +924,7 @@ static void setpause (global_State *g, l_mem estimate) { ** object inside the list (instead of to the header), so that the real ** sweep do not need to skip objects created between "now" and the start ** of the real sweep. -** Returns how many objects it sweeped. +** Returns how many objects it swept. */ static int entersweep (lua_State *L) { global_State *g = G(L); -- cgit v1.2.3-55-g6feb