ruby-changes:28928
From: kazu <ko1@a...>
Date: Wed, 29 May 2013 10:44:40 +0900 (JST)
Subject: [ruby-changes:28928] kazu:r40980 (trunk): fix a typo
kazu 2013-05-29 10:44:24 +0900 (Wed, 29 May 2013) New Revision: 40980 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40980 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 40979) +++ ChangeLog (revision 40980) @@ -4,7 +4,7 @@ Wed May 29 10:33:27 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L4 (1) Hash's key also needs WB. (2) callback parameter *key and *value of st_update() is not a storage of st_table itself (only local variable). So that - OBJ_WRITE() is not suitable, especially for `!exsinting'. + OBJ_WRITE() is not suitable, especially for `!existing'. OBJ_WRITTEN() is used instead of OBJ_WRITE(). Tue May 28 12:31:21 2013 Koichi Sasada <ko1@a...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/