diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-05-13 13:23:45 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-05-13 13:23:45 -0300 |
commit | e84f7bf19852c35ad0a1e9a1654a7b99a211e17c (patch) | |
tree | 3222dd7bba66beab29ef29cf1901e4ed2712e0f5 /luaconf.h | |
parent | dfbde4c7d540f81f2cc539741a2c1f4c00f91c10 (diff) | |
download | lua-e84f7bf19852c35ad0a1e9a1654a7b99a211e17c.tar.gz lua-e84f7bf19852c35ad0a1e9a1654a7b99a211e17c.tar.bz2 lua-e84f7bf19852c35ad0a1e9a1654a7b99a211e17c.zip |
Details
Typos in comments.
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ | |||
261 | /* | 261 | /* |
262 | ** LUA_IGMARK is a mark to ignore all after it when building the | 262 | ** LUA_IGMARK is a mark to ignore all after it when building the |
263 | ** module name (e.g., used to build the luaopen_ function name). | 263 | ** module name (e.g., used to build the luaopen_ function name). |
264 | ** Typically, the sufix after the mark is the module version, | 264 | ** Typically, the suffix after the mark is the module version, |
265 | ** as in "mod-v1.2.so". | 265 | ** as in "mod-v1.2.so". |
266 | */ | 266 | */ |
267 | #define LUA_IGMARK "-" | 267 | #define LUA_IGMARK "-" |