aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-05-13 13:23:45 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-05-13 13:23:45 -0300
commite84f7bf19852c35ad0a1e9a1654a7b99a211e17c (patch)
tree3222dd7bba66beab29ef29cf1901e4ed2712e0f5 /luaconf.h
parentdfbde4c7d540f81f2cc539741a2c1f4c00f91c10 (diff)
downloadlua-e84f7bf19852c35ad0a1e9a1654a7b99a211e17c.tar.gz
lua-e84f7bf19852c35ad0a1e9a1654a7b99a211e17c.tar.bz2
lua-e84f7bf19852c35ad0a1e9a1654a7b99a211e17c.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 acebe29c..33bb580d 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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 "-"