summaryrefslogtreecommitdiff
path: root/tex/context/base/node-fnt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-fnt.lua')
-rw-r--r--tex/context/base/node-fnt.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-fnt.lua b/tex/context/base/node-fnt.lua
index 543f64acb..49e1029e7 100644
--- a/tex/context/base/node-fnt.lua
+++ b/tex/context/base/node-fnt.lua
@@ -41,7 +41,7 @@ local setmetatableindex = table.setmetatableindex
-- potential speedup: check for subtype < 256 so that we can remove that test
-- elsewhere, danger: injected nodes will not be dealt with but that does not
--- happen often; we could consider processing sublists but that might need mor
+-- happen often; we could consider processing sublists but that might need more
-- checking later on; the current approach also permits variants
local run = 0
@@ -96,7 +96,7 @@ function handlers.characters(head)
end
end
for n in traverse_id(glyph_code,head) do
--- if n.subtype<256 then
+-- if n.subtype<256 then -- all are 1
local font = n.font
local attr = has_attribute(n,0) or 0 -- zero attribute is reserved for fonts in context
if font ~= prevfont or attr ~= prevattr then