aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index bdb0aaf854..be54860204 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2392,8 +2392,8 @@ int_even_p(VALUE num)
/*
* call-seq:
- * fixnum.next -> integer
- * fixnum.succ -> integer
+ * int.next -> integer
+ * int.succ -> integer
*
* Returns the Integer equal to +int+ + 1.
*