summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 15621ce96c..a357c3af3c 100644
--- a/numeric.c
+++ b/numeric.c
@@ -3809,7 +3809,7 @@ int_equal(VALUE x, VALUE y)
* call-seq:
* int <=> numeric -> -1, 0, +1 or nil
*
- * Comparison---Returns +-1+, +0+, ++1+ or +nil+ depending on whether +fix+ is
+ * Comparison---Returns +-1+, +0+, ++1+ or +nil+ depending on whether +int+ is
* less than, equal to, or greater than +numeric+.
*
* This is the basis for the tests in the Comparable module.