summaryrefslogtreecommitdiff
path: root/tex/context/base/meta-pdh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/meta-pdh.lua')
-rw-r--r--tex/context/base/meta-pdh.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/meta-pdh.lua b/tex/context/base/meta-pdh.lua
index 407b7e5e6..05cdfc176 100644
--- a/tex/context/base/meta-pdh.lua
+++ b/tex/context/base/meta-pdh.lua
@@ -166,7 +166,7 @@ function mptopdf.flushconcat()
end
function mptopdf.flushpath(cmd)
- -- faster: no local function and ipairs
+ -- faster: no local function and loop
if #mptopdf.stack.path > 0 then
local path = { }
if mptopdf.stack.concat then