From 237f755dca9a4fd105ec0c1b0b402c7923daceba Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 5 May 2010 15:49:56 -0300 Subject: typos in comments --- ldo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldo.c') diff --git a/ldo.c b/ldo.c index 73d65371..aec4eed1 100644 --- a/ldo.c +++ b/ldo.c @@ -1,5 +1,5 @@ /* -** $Id: ldo.c,v 2.85 2010/04/18 12:41:35 roberto Exp roberto $ +** $Id: ldo.c,v 2.86 2010/04/18 13:22:48 roberto Exp roberto $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ @@ -476,7 +476,7 @@ static int recover (lua_State *L, int status) { /* ** signal an error in the call to 'resume', not in the execution of the ** coroutine itself. (Such errors should not be handled by any coroutine -** error hanlder and should not kill the coroutine.) +** error handler and should not kill the coroutine.) */ static void resume_error (lua_State *L, const char *msg, StkId firstArg) { L->top = firstArg; /* remove args from the stack */ -- cgit v1.2.3-55-g6feb