diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-05 15:03:15 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-05 15:03:15 -0300 |
commit | e888976bc6ba5592fb8ab8ecc04a8f63e217aa74 (patch) | |
tree | ae0a03f16d413e6a901c6a5f64058264974672fb /luaconf.h | |
parent | 4d46289331395a845c5de1f6c0e0fe873c50db4f (diff) | |
download | lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.tar.gz lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.tar.bz2 lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.zip |
Details (typos in comments)
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -493,7 +493,7 @@ | |||
493 | @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER. | 493 | @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER. |
494 | ** | 494 | ** |
495 | @@ LUAI_UACINT is the result of a 'default argument promotion' | 495 | @@ LUAI_UACINT is the result of a 'default argument promotion' |
496 | @@ over a lUA_INTEGER. | 496 | @@ over a LUA_INTEGER. |
497 | @@ LUA_INTEGER_FRMLEN is the length modifier for reading/writing integers. | 497 | @@ LUA_INTEGER_FRMLEN is the length modifier for reading/writing integers. |
498 | @@ LUA_INTEGER_FMT is the format for writing integers. | 498 | @@ LUA_INTEGER_FMT is the format for writing integers. |
499 | @@ LUA_MAXINTEGER is the maximum value for a LUA_INTEGER. | 499 | @@ LUA_MAXINTEGER is the maximum value for a LUA_INTEGER. |