fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-05-29 01:44:24 +00:00
parent 68f96f6c3c
commit 76300fbae2

View File

@ -4,7 +4,7 @@ Wed May 29 10:33:27 2013 Koichi Sasada <ko1@atdot.net>
(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@atdot.net>