summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/l-math.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/l-math.lua')
-rw-r--r--tex/context/base/mkiv/l-math.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/l-math.lua b/tex/context/base/mkiv/l-math.lua
index e5668a5db..69f0a19e9 100644
--- a/tex/context/base/mkiv/l-math.lua
+++ b/tex/context/base/mkiv/l-math.lua
@@ -141,7 +141,7 @@ if not math.ult then
local floor = math.floor
- function math.tointeger(m,n)
+ function math.ult(m,n)
-- not ok but i'm not motivated to look into it now
return floor(m) < floor(n) -- unsigned comparison needed
end