summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-10 05:02:56 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-10 05:02:56 +0000
commit22bfbc941971352272c88a3d9244a86f7228f0b6 (patch)
treeb09db261f28da10fefec80e6e9efc77503bc6d34 /numeric.c
parent0dd8ec36c0533f1b63f222bcf0ff91e09e5b05dc (diff)
* numeric.c: [DOC] fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42491 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 be54860204..af456c2db7 100644
--- a/numeric.c
+++ b/numeric.c
@@ -618,7 +618,7 @@ num_to_int(VALUE num)
* Float objects represent inexact real numbers using the native
* architecture's double-precision floating point representation.
*
- * Floating point has a different arithmetic and is a inexact number.
+ * Floating point has a different arithmetic and is an inexact number.
* So you should know its esoteric system. see following:
*
* - http://docs.sun.com/source/806-3568/ncg_goldberg.html