aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index 77f44ad21a..6444deb1e8 100644
--- a/bignum.c
+++ b/bignum.c
@@ -5547,7 +5547,7 @@ rb_big_uminus(VALUE x)
}
VALUE
-rb_big_neg(VALUE x)
+rb_big_comp(VALUE x)
{
VALUE z = rb_big_clone(x);
BDIGIT *ds = BDIGITS(z);