aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.c')
-rw-r--r--ldo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldo.c b/ldo.c
index 3e5c7504..820b5a9a 100644
--- a/ldo.c
+++ b/ldo.c
@@ -513,7 +513,7 @@ l_sinline void genmoveresults (lua_State *L, StkId res, int nres,
513** to 'res'. Handle most typical cases (zero results for commands, 513** to 'res'. Handle most typical cases (zero results for commands,
514** one result for expressions, multiple results for tail calls/single 514** one result for expressions, multiple results for tail calls/single
515** parameters) separated. The flag CIST_TBC in 'fwanted', if set, 515** parameters) separated. The flag CIST_TBC in 'fwanted', if set,
516** forces the swicth to go to the default case. 516** forces the switch to go to the default case.
517*/ 517*/
518l_sinline void moveresults (lua_State *L, StkId res, int nres, 518l_sinline void moveresults (lua_State *L, StkId res, int nres,
519 l_uint32 fwanted) { 519 l_uint32 fwanted) {