From 5088b14db79eb112f55ea983c45e3724ab9251d4 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 31 Dec 2007 06:43:32 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index b9f2b1d084..e9ebd33202 100644 --- a/numeric.c +++ b/numeric.c @@ -2549,7 +2549,7 @@ fix_lt(VALUE x, VALUE y) * fix <= other => true or false * * Returns true if the value of fix is - * less thanor equal to that of other. + * less than or equal to that of other. */ static VALUE -- cgit v1.2.3