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 646027826b..8d0c7534b5 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1116,7 +1116,7 @@ flo_lt(VALUE x, VALUE y)
/*
* call-seq:
- * flt <= rael -> true or false
+ * flt <= real -> true or false
*
* <code>true</code> if <code>flt</code> is less than
* or equal to <code>real</code>.
@@ -2669,7 +2669,7 @@ fix_lt(VALUE x, VALUE y)
/*
* call-seq:
- * fix <= rael -> true or false
+ * fix <= real -> true or false
*
* Returns <code>true</code> if the value of <code>fix</code> is
* less than or equal to that of <code>real</code>.