diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-08-19 14:10:18 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-08-19 14:10:18 -0300 |
commit | c6cea857a4845940c833e39a149d20bb64a9af85 (patch) | |
tree | 9cae6b73bcd5be5fa7feb01130d903cb4dbf6d4e /lfunc.c | |
parent | d61b0c60287c38008d312ddd11724a15b1737f7b (diff) | |
download | lua-c6cea857a4845940c833e39a149d20bb64a9af85.tar.gz lua-c6cea857a4845940c833e39a149d20bb64a9af85.tar.bz2 lua-c6cea857a4845940c833e39a149d20bb64a9af85.zip |
Better documentation for 'multires' expressions
Manual has a new section explaining multires expressions, lists of
expressions, and adjustments. This commit also corrects some comments
in the code.
Diffstat (limited to 'lfunc.c')
-rw-r--r-- | lfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ void luaF_closeupval (lua_State *L, StkId level) { | |||
209 | 209 | ||
210 | 210 | ||
211 | /* | 211 | /* |
212 | ** Remove firt element from the tbclist plus its dummy nodes. | 212 | ** Remove first element from the tbclist plus its dummy nodes. |
213 | */ | 213 | */ |
214 | static void poptbclist (lua_State *L) { | 214 | static void poptbclist (lua_State *L) { |
215 | StkId tbc = L->tbclist; | 215 | StkId tbc = L->tbclist; |