ChangeLog: typo

* ChangeLog: fix typo, s/Strat/Start/.  [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-12-11 13:52:24 +00:00
parent 9226f240e5
commit c13fedf33d

View File

@ -1,6 +1,6 @@
Thu Dec 11 19:06:01 2014 Koichi Sasada <ko1@atdot.net>
* class.c (class_alloc): Strat from age == 2.
* class.c (class_alloc): Start from age == 2.
Class and Module objects can be living long life.
* iseq.c: Same for ISeq objects.