aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 13:01:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 13:01:19 +0000
commite664cc77225fadf54d036f6eae21c47b85b23da9 (patch)
tree81438764cbb5dbe315d1fcbf8567aeb3ab991042
parente622e56598c0df7f30cedd543e0ec554638dff0b (diff)
downloadruby-e664cc77225fadf54d036f6eae21c47b85b23da9.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54413181a8..ef8a4059e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,7 +43,7 @@ Thu Oct 29 16:20:26 2015 Koichi Sasada <ko1@atdot.net>
`flag' is immediate value, so that C compilers can
solve them at compile time.
- * include/ruby/ruby.h: add a commnent about that.
+ * include/ruby/ruby.h: add a comment about that.
Thu Oct 29 14:52:03 2015 Koichi Sasada <ko1@atdot.net>