diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-03-21 10:52:33 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-03-21 10:52:33 -0300 |
| commit | da4811238ab48446545621389cb07051982a8279 (patch) | |
| tree | 56b1a056b383cb09295630e835ad12211036bd6d /lcode.c | |
| parent | f96872a534f1d10788d5607d634cc77e25a887ff (diff) | |
| download | lua-da4811238ab48446545621389cb07051982a8279.tar.gz lua-da4811238ab48446545621389cb07051982a8279.tar.bz2 lua-da4811238ab48446545621389cb07051982a8279.zip | |
details (typos in comments)
Diffstat (limited to 'lcode.c')
| -rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lcode.c,v 2.83 2014/03/07 16:19:00 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 2.84 2014/03/09 19:21:34 roberto Exp roberto $ |
| 3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -308,7 +308,7 @@ static void freeexp (FuncState *fs, expdesc *e) { | |||
| 308 | 308 | ||
| 309 | 309 | ||
| 310 | /* | 310 | /* |
| 311 | ** Use scanner's table to cache position of constants in contant list | 311 | ** Use scanner's table to cache position of constants in constant list |
| 312 | ** and try to reuse constants | 312 | ** and try to reuse constants |
| 313 | */ | 313 | */ |
| 314 | static int addk (FuncState *fs, TValue *key, TValue *v) { | 314 | static int addk (FuncState *fs, TValue *key, TValue *v) { |
