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:
parent
a3d9672407
commit
2f345f9de6
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue