summaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 06:43:32 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 06:43:32 +0000
commit67803b69e9cd28aed4058928e09d79d4adf89466 (patch)
tree7ebffca7ebb8051af0d9cc1c5adbada1089baba3 /numeric.c
parenta1ee71583e259867090ee68114d5e40633aa3192 (diff)
downloadruby-67803b69e9cd28aed4058928e09d79d4adf89466.tar.gz
ruby-67803b69e9cd28aed4058928e09d79d4adf89466.tar.xz
ruby-67803b69e9cd28aed4058928e09d79d4adf89466.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 b9f2b1d08..e9ebd3320 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2549,7 +2549,7 @@ fix_lt(VALUE x, VALUE y)
* fix <= other => true or false
*
* Returns <code>true</code> if the value of <code>fix</code> is
- * less thanor equal to that of <code>other</code>.
+ * less than or equal to that of <code>other</code>.
*/
static VALUE