aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-07-05 15:03:15 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-07-05 15:03:15 -0300
commite888976bc6ba5592fb8ab8ecc04a8f63e217aa74 (patch)
treeae0a03f16d413e6a901c6a5f64058264974672fb /luaconf.h
parent4d46289331395a845c5de1f6c0e0fe873c50db4f (diff)
downloadlua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.tar.gz
lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.tar.bz2
lua-e888976bc6ba5592fb8ab8ecc04a8f63e217aa74.zip
Details (typos in comments)
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index 72018855..8f13743b 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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.