aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index 0049bc7a..522fae00 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -13,7 +13,7 @@ require('lfs_ext')
require('ui')
keys = require('keys')
-_M = {} -- modules table
+_M = {} -- language modules table
-- LuaJIT compatibility.
if jit then module, package.searchers, bit32 = nil, package.loaders, bit end