summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-13 06:53:35 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-13 06:53:35 +0000
commit8a5746bf34f9b4952dc18566a69c7762b30e1c6a (patch)
tree96b92a57a46658825ab355ca27852ce322ab8999
parenta14bd973ed6d94db6899948a412d15f5a5a2437d (diff)
fix typo (1 -> 0).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <ko1@atdot.net>
Fri Feb 13 15:01:40 2009 Koichi Sasada <ko1@atdot.net>
- * 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?