summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-12 15:15:43 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-12 15:15:43 +0000
commit2b319c297c657cae7949eb646a254c105aa0080c (patch)
tree26eb98be2cf14bc03ae5996ebdce07d411a2081f /ChangeLog
parentf0fc13aaeaee741362ba77aa7920e8e63f687de2 (diff)
* ChangeLog: fix a typo for r45930.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d852674fa8..0212f463db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon May 12 23:57:15 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (rb_cv_atan2_inf_c99): check whether runtime atan2
- handles Inf as C99. ruby-core:62536] [Bug #9831]
+ handles Inf as C99. [ruby-core:62536] [Bug #9831]
Mon May 12 20:33:01 2014 Tanaka Akira <akr@fsij.org>