diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-19 17:16:22 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-19 17:16:22 -0200 |
commit | d103312661d4d2428516924658154df09b3168a4 (patch) | |
tree | dc2318e0bb95abd9776b57ec73f2f9a0c01586e5 /ldo.h | |
parent | 2e8f8a18e4ddbb3bebd8e81e276fc37bce02e422 (diff) | |
download | lua-d103312661d4d2428516924658154df09b3168a4.tar.gz lua-d103312661d4d2428516924658154df09b3168a4.tar.bz2 lua-d103312661d4d2428516924658154df09b3168a4.zip |
details (typos in comments)
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.h,v 2.25 2015/11/02 18:48:07 roberto Exp roberto $ | 2 | ** $Id: ldo.h,v 2.26 2015/11/13 13:24:26 roberto Exp roberto $ |
3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,7 +16,7 @@ | |||
16 | /* | 16 | /* |
17 | ** Macro to check stack size and grow stack if needed. Parameters | 17 | ** Macro to check stack size and grow stack if needed. Parameters |
18 | ** 'pre'/'pos' allow the macro to preserve a pointer into the | 18 | ** 'pre'/'pos' allow the macro to preserve a pointer into the |
19 | ** stack across realalocations, doing the work only when needed. | 19 | ** stack across realocations, doing the work only when needed. |
20 | ** 'condmovestack' is used in heavy tests to force a stack reallocation | 20 | ** 'condmovestack' is used in heavy tests to force a stack reallocation |
21 | ** at every check. | 21 | ** at every check. |
22 | */ | 22 | */ |