aboutsummaryrefslogtreecommitdiffstats
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
commitbe33635cd88fbe98fe41c9e882a0cf70f58f4ab4 (patch)
tree7c1cb0cf9c6d57d5e32adf8a8d9ed58661e2d557
parentda696ae7949a8e0a7db12fefb2c68aff67b74654 (diff)
downloadruby-be33635cd88fbe98fe41c9e882a0cf70f58f4ab4.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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>