summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bignum.c b/bignum.c
index bb1051243b..44775ff7f1 100644
--- a/bignum.c
+++ b/bignum.c
@@ -1388,9 +1388,9 @@ rb_big_eql(VALUE x, VALUE y)
/*
* call-seq:
- * -big => other_big
+ * -big => integer
*
- * Unary minus (returns a new Bignum whose value is 0-big)
+ * Unary minus (returns an integer whose value is 0-big)
*/
static VALUE