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 /llex.c | |
parent | 2e8f8a18e4ddbb3bebd8e81e276fc37bce02e422 (diff) | |
download | lua-d103312661d4d2428516924658154df09b3168a4.tar.gz lua-d103312661d4d2428516924658154df09b3168a4.tar.bz2 lua-d103312661d4d2428516924658154df09b3168a4.zip |
details (typos in comments)
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 2.93 2015/05/22 17:45:56 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 2.94 2015/10/28 18:51:47 roberto Exp roberto $ |
3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -275,7 +275,7 @@ static int read_numeral (LexState *ls, SemInfo *seminfo) { | |||
275 | 275 | ||
276 | 276 | ||
277 | /* | 277 | /* |
278 | ** skip a sequence '[=*[' or ']=*]'; if sequence is wellformed, return | 278 | ** skip a sequence '[=*[' or ']=*]'; if sequence is well formed, return |
279 | ** its number of '='s; otherwise, return a negative number (-1 iff there | 279 | ** its number of '='s; otherwise, return a negative number (-1 iff there |
280 | ** are no '='s after initial bracket) | 280 | ** are no '='s after initial bracket) |
281 | */ | 281 | */ |