aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.lua.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index ce8fe57aebd0..9d19f8204412 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -75,9 +75,9 @@
# LUA_SUBDIR - The directory under bin/share/lib where Lua is installed.
# LUA_INCDIR - The directory where Lua and tolua header files are installed.
# LUA_LIBDIR - The directory where Lua and tolua libraries are installed.
-# LUA_MODLIBDIR - The directory where Lua modules (.lua) are installed.
+# LUA_MODLIBDIR - The directory where Lua module libraries (.so) are installed.
# LUA_MODSHAREDIR
-# - The directory where Lua module libraries (.so) are installed.
+# - The directory where Lua modules (.lua) are installed.
# LUA_PKGNAMEPREFIX
# - The package name prefix used by Lua modules.
#