From 2f345f9de680b23843c7067b7fa22fd47b1e3ea0 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 25 Dec 2012 10:45:20 +0000 Subject: [PATCH] * 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 --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index 602e7a3294..37eb858d23 100644 --- a/thread.c +++ b/thread.c @@ -4599,7 +4599,7 @@ recursive_list_access(void) } /* - * Returns Qtrue if obj_id (or the pair ) is already + * Returns Qtrue iff obj_id (or the pair ) is already * in the recursion list. * Assumes the recursion list is valid. */