aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-23 13:03:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-23 13:03:23 +0000
commitf6ef26c41103952641cca36fe51eba1e804fdce7 (patch)
treee2b6b78e213aeb667dfbd5e5d6532c96c95d7a54
parentac9910e7279237182f53196499b337d98fb23cbd (diff)
downloadruby-f6ef26c41103952641cca36fe51eba1e804fdce7.tar.gz
* ChangeLog: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5abab6732..e810612e09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,7 +94,7 @@ Tue Jun 20 11:07:55 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (return_jump): no need to care about PROT_YIELD.
- * eval.c (break_jump): no jump to toplevel PROT_TREAD tag.
+ * eval.c (break_jump): no jump to toplevel PROT_THREAD tag.
* eval.c (rb_yield_0): fix confusion between lambda (which is a
property of a proc) and pcall (which depends on whether it's