diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-22 14:08:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-22 14:08:22 -0300 |
commit | e592f94a643de0bf8d62f6c6128fe752c673f5ac (patch) | |
tree | 50a4c591601eb5aaf53014c1c3039a8e2523ca45 /ltests.c | |
parent | 6e1aec7a677a9891f2f8ca57e039d9984fdc69bc (diff) | |
download | lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.gz lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.bz2 lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.zip |
Details (mostly comments)
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ static int tpanic (lua_State *L) { | |||
80 | 80 | ||
81 | 81 | ||
82 | /* | 82 | /* |
83 | ** Warning function for tests. Fist, it concatenates all parts of | 83 | ** Warning function for tests. First, it concatenates all parts of |
84 | ** a warning in buffer 'buff'. Then, it has three modes: | 84 | ** a warning in buffer 'buff'. Then, it has three modes: |
85 | ** - 0.normal: messages starting with '#' are shown on standard output; | 85 | ** - 0.normal: messages starting with '#' are shown on standard output; |
86 | ** - other messages abort the tests (they represent real warning | 86 | ** - other messages abort the tests (they represent real warning |