From 8a5746bf34f9b4952dc18566a69c7762b30e1c6a Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 13 Feb 2009 06:53:35 +0000 Subject: fix typo (1 -> 0). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d0bcf01966..85ee49027c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ Fri Feb 13 15:11:11 2009 Koichi Sasada Fri Feb 13 15:01:40 2009 Koichi Sasada - * cont.c (rb_fiber_alive_p): fix to return true instead of 1. + * cont.c (rb_fiber_alive_p): fix to return true instead of 0. [ruby-dev:37991] * test/ruby/test_fiber.rb: add a test for Fiber#alive? -- cgit v1.2.3