summaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-29 12:38:33 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-29 12:38:33 +0000
commitc32967d5b1705ce2678ebc887e5f3298a9ed6d7d (patch)
tree5539beb6828518c5e1cf1b6ba1be2b98ca4af244 /ext/bigdecimal
parent20f2bace807b94b3c74a4c38c69cd7b2ad57e9ca (diff)
downloadruby-c32967d5b1705ce2678ebc887e5f3298a9ed6d7d.tar.gz
ruby-c32967d5b1705ce2678ebc887e5f3298a9ed6d7d.tar.xz
ruby-c32967d5b1705ce2678ebc887e5f3298a9ed6d7d.zip
* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal')
-rw-r--r--ext/bigdecimal/bigdecimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index 614032953..af3d64485 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -1844,7 +1844,7 @@ Init_bigdecimal(void)
/*
* 0x01: Determines what happens when the result of a computation is an
- * underflow (a result too large to be represented). See BigDecimal.mode.
+ * overflow (a result too large to be represented). See BigDecimal.mode.
*/
rb_define_const(rb_cBigDecimal, "EXCEPTION_OVERFLOW",INT2FIX(VP_EXCEPTION_OVERFLOW));