summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapeg
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luapeg')
-rw-r--r--Build/source/texk/web2c/luatexdir/luapeg/lpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luapeg/lpeg.c b/Build/source/texk/web2c/luatexdir/luapeg/lpeg.c
index f424b598843..29b7707f2e1 100644
--- a/Build/source/texk/web2c/luatexdir/luapeg/lpeg.c
+++ b/Build/source/texk/web2c/luatexdir/luapeg/lpeg.c
@@ -394,7 +394,7 @@ static int removedyncap (lua_State *L, Capture *capture,
*/
/* luajit aarch64 */
/* https://github.com/LuaJIT/LuaJIT/pull/230#issuecomment-260205661 */
-/* We play safe on arm64 assuming a virtual address bits VA_BITS >47,
+/* We play safe on arm64 assuming a virtual address bits VA_BITS >47,*/
/* even if a Linux kernel can be configured with VA_BITS < 47 */
/* and lightuserdata is ok then. Anyway, */
/* replacing lightuserdata with full userdata seems ok wrt performance. */