diff options
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). |
