aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-13 14:01:29 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-13 14:01:29 +0000
commitf27bff6043fec93b83fbff4635172ed6f25a64ec (patch)
tree7c1cb0cf9c6d57d5e32adf8a8d9ed58661e2d557 /ChangeLog
parent487ea12bb75ed7e15e1dd9d47243669af62a8b02 (diff)
downloadruby-f27bff6043fec93b83fbff4635172ed6f25a64ec.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 52444bfc09..4e3d13d297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,11 +14,11 @@ Fri May 13 03:11:20 2016 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in (__builtin_constant_p): check.
- * interna.h: Use HAVE_BUILTIN___BUILTIN_CONSTANT_P
+ * internal.h: Use HAVE_BUILTIN___BUILTIN_CONSTANT_P
Fri May 13 03:10:39 2016 NARUSE, Yui <naruse@ruby-lang.org>
- * configurein: use alternative keyword
+ * configure.in: use alternative keyword
to avoid macros conflicts with them.
Thu May 12 01:54:08 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>