diff options
Diffstat (limited to 'lapi.h')
-rw-r--r-- | lapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | /* | 20 | /* |
21 | ** If a call returns too many multiple returns, the callee may not have | 21 | ** If a call returns too many multiple returns, the callee may not have |
22 | ** stack space to accomodate all results. In this case, this macro | 22 | ** stack space to accommodate all results. In this case, this macro |
23 | ** increases its stack space ('L->ci->top'). | 23 | ** increases its stack space ('L->ci->top'). |
24 | */ | 24 | */ |
25 | #define adjustresults(L,nres) \ | 25 | #define adjustresults(L,nres) \ |