diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-06-30 16:48:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-06-30 16:48:08 -0300 |
commit | b9dcf9974d4dbff3ca28ff618259e277cb0090ea (patch) | |
tree | 66b903add6a56545bb50fda02d33baab24ba44d5 /lbaselib.c | |
parent | a77d263e86feea55529800028f960d7124c1385f (diff) | |
download | lua-b9dcf9974d4dbff3ca28ff618259e277cb0090ea.tar.gz lua-b9dcf9974d4dbff3ca28ff618259e277cb0090ea.tar.bz2 lua-b9dcf9974d4dbff3ca28ff618259e277cb0090ea.zip |
detail (typos in comments)
Diffstat (limited to 'lbaselib.c')
-rw-r--r-- | lbaselib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.288 2014/06/02 03:06:26 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.289 2014/06/10 17:41:38 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -387,7 +387,7 @@ static int luaB_select (lua_State *L) { | |||
387 | 387 | ||
388 | /* | 388 | /* |
389 | ** Continuation function for 'pcall' and 'xpcall'. Both functions | 389 | ** Continuation function for 'pcall' and 'xpcall'. Both functions |
390 | ** already pushed a 'true' before doing the call, so in case of sucess | 390 | ** already pushed a 'true' before doing the call, so in case of success |
391 | ** 'finishpcall' only has to return everything in the stack minus | 391 | ** 'finishpcall' only has to return everything in the stack minus |
392 | ** 'extra' values (where 'extra' is exactly the number of items to be | 392 | ** 'extra' values (where 'extra' is exactly the number of items to be |
393 | ** ignored). | 393 | ** ignored). |