summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-30 07:23:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-30 07:23:24 +0000
commitc3bd57d18e5537b11985578b2fe1bd5025044204 (patch)
treea7a49e81b2445e457351f27926c9d0115e9232ea /ChangeLog
parent16ea9d948fe2ad51ac8d8a08562633b236cf28c5 (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51448 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 b01f096349..83b37b9d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,8 @@ Thu Jul 30 13:19:54 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Jul 30 11:53:54 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * thread.c (rb_thread_s_handle_interrupt): make identical hash,
- to compare masking classes just by their IDs.
+ * thread.c (rb_thread_s_handle_interrupt): make identity hash, to
+ compare masking classes just by their IDs.
Thu Jul 30 11:52:55 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>