aboutsummaryrefslogtreecommitdiff
path: root/lapi.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-12-30 11:45:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-12-30 11:45:08 -0300
commitbd1b87c5790c0c6fe23f76aa360e879922e1e738 (patch)
tree49978c2dd847c7ff4ec84e1a153ca37deef79e2a /lapi.h
parentd7bb8df8414f71a290c8a4b1c9f7c6fe839a94df (diff)
downloadlua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.gz
lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.bz2
lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.zip
Comments (mosty typos)
Diffstat (limited to 'lapi.h')
-rw-r--r--lapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lapi.h b/lapi.h
index f48d14fd..41216b27 100644
--- a/lapi.h
+++ b/lapi.h
@@ -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) \