ruby-changes:40827
From: kazu <ko1@a...>
Date: Sun, 6 Dec 2015 18:38:50 +0900 (JST)
Subject: [ruby-changes:40827] kazu:r52906 (trunk): fix a typo [ci skip]
kazu 2015-12-06 18:38:36 +0900 (Sun, 06 Dec 2015) New Revision: 52906 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52906 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 52905) +++ ChangeLog (revision 52906) @@ -193,7 +193,7 @@ Wed Dec 2 16:27:19 2015 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L193 class. the loader function is called with the class itself, instead of an allocated object, and the loaded data. - * marshal.c (compat_allocator_table): intialize + * marshal.c (compat_allocator_table): initialize compat_allocator_tbl on demand. * object.c (rb_undefined_alloc): extract from rb_obj_alloc. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/