summaryrefslogtreecommitdiff
path: root/tex/context/base/node-pro.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-pro.lua')
-rw-r--r--tex/context/base/node-pro.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-pro.lua b/tex/context/base/node-pro.lua
index 24d11cbe9..4f5b3dcbe 100644
--- a/tex/context/base/node-pro.lua
+++ b/tex/context/base/node-pro.lua
@@ -145,5 +145,5 @@ end
callbacks.register('post_linebreak_filter', nodes.processors.post_linebreak_filter,"all kind of horizontal manipulations (after par break)")
statistics.register("h-node processing time", function()
- return statistics.elapsedseconds(nodes,"including kernel")
+ return statistics.elapsedseconds(nodes,"including kernel") -- hm, ok here?
end)