Skip to content

Commit 31a5cf3

Browse files
committed
Typo fix in a comment
1 parent debf103 commit 31a5cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ function bint.udivmod(x, y)
11111111
end
11121112
end
11131113
if nume:ult(deno) then
1114-
-- denominator is greater than denominator
1114+
-- denominator is greater than numerator
11151115
return bint.zero(), nume
11161116
end
11171117
-- align leftmost digits in numerator and denominator

0 commit comments

Comments
 (0)