aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-03 10:06:17 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-03 10:06:17 +0000
commit3b4f1914821980204e79142900cd0a5bd411ee91 (patch)
tree4e0f746dddd438e0147246d68eb9a0ea259cb00c /ChangeLog
parentdc7cefff5bc17a2ab760734570f4b25fc4cbef08 (diff)
downloadruby-3b4f1914821980204e79142900cd0a5bd411ee91.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2504250c27..002c8a9457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -962,7 +962,7 @@ Thu Dec 25 19:01:13 2014 NAKAMURA Usaku <usa@ruby-lang.org>
Thu Dec 25 17:30:40 2014 Naohisa Goto <ngotogenome@gmail.com>
* gc.c (wmap_final_func): fix memory size shortage when realloc wmap.
- Fix SEGV during finilize of WeakRef on Solaris (though the SEGV
+ Fix SEGV during finalize of WeakRef on Solaris (though the SEGV
could occur on all OS/platforms). [ruby-dev:48779] [Bug #10646]
Thu Dec 25 17:27:06 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>