summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2023-04-29 14:41:51 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2023-04-29 14:41:51 +0000
commit155a4d93bdea282dfb4d72f2a5d3f54e133e9ac0 (patch)
tree82ff1de2d442807a03fae45179f27acbc30a263f /Build/source/texk/web2c/luatexdir/tex
parentf11e931741352726b6bb4ba3816ab1085ff43111 (diff)
LuaTeX 1.17.0 .
git-svn-id: svn://tug.org/texlive/trunk@66967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texnodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texnodes.c b/Build/source/texk/web2c/luatexdir/tex/texnodes.c
index 6e0ae1ff8dd..72f6716dd93 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texnodes.c
+++ b/Build/source/texk/web2c/luatexdir/tex/texnodes.c
@@ -1203,7 +1203,7 @@ void l_set_whatsit_data(void) {
the original one as a metatable. After some experiments (that also included
timing) with these scenarios I decided that a deep copy made no sense, nor
did nilling. In the end both the shallow copy and the metatable variant were
- both ok, although the second ons is slower. The most important aspect to keep
+ both ok, although the second one is slower. The most important aspect to keep
in mind is that references to other nodes in properties no longer can be
valid for that copy. We could use two tables (one unique and one shared) or
metatables but that only complicates matters.