1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2012-12-25 10:45:20 +00:00
parent a3d9672407
commit 2f345f9de6

View file

@ -4599,7 +4599,7 @@ recursive_list_access(void)
}
/*
* Returns Qtrue if obj_id (or the pair <obj, paired_obj>) is already
* Returns Qtrue iff obj_id (or the pair <obj, paired_obj>) is already
* in the recursion list.
* Assumes the recursion list is valid.
*/