From b9e0294edaceecb177401902f3809a45af666d7e Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 3 Nov 2009 17:46:28 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numeric.c') 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 * * true if flt is less than * or equal to real. @@ -2669,7 +2669,7 @@ fix_lt(VALUE x, VALUE y) /* * call-seq: - * fix <= rael -> true or false + * fix <= real -> true or false * * Returns true if the value of fix is * less than or equal to that of real. -- cgit v1.2.3