aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-02 13:46:22 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-02 13:46:22 +0000
commit06ba00507b82bca919a4b510f35f9a3a29fec319 (patch)
tree5c850ddc531695321799820e3fa6c00aab99af98 /ChangeLog
parent59ae4924b0970ee0b0dde3f92a52fa50e6606f4a (diff)
downloadruby-06ba00507b82bca919a4b510f35f9a3a29fec319.tar.gz
fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46316 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 5d66b4c343..32d4d37701 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,7 +66,7 @@ Sat May 31 21:15:43 2014 URABE Shyouhei <shyouhei@ruby-lang.org>
* configure.in: Also, I found that the problematic macro expansion
only happens when we lack __typeof__ C extension, which shall
- not be the case of my compiler. I added AC_CTYPEOF to kick ass.
+ not be the case of my compiler. I added AC_C_TYPEOF to kick ass.
Sat May 31 16:32:50 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>