aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-23 09:20:21 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-23 09:20:21 +0000
commita02504ba843f476edfe6cb41b93fefe01c9594c8 (patch)
tree584608fc79db8175b4b9e6fc48ab7cccd9b019ee
parent45f164eaebc52b6f7c8b18f929916df52e0d72a3 (diff)
downloadruby-a02504ba843f476edfe6cb41b93fefe01c9594c8.tar.gz
* ChangeLog: Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef4f7f8b61..d42f28c0bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Wed Jun 23 13:30:30 2011 Shota Fukumori <sorah@tubusu.net>
- * signal.c(ruby_atomic_exchange): Fix definement style.
+ * signal.c(ruby_atomic_exchange): Fix definition style.
Wed Jun 22 22:34:05 2011 Hiroshi Nakamura <nahi@ruby-lang.org>