diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-23 13:03:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-23 13:03:23 +0000 |
commit | f6ef26c41103952641cca36fe51eba1e804fdce7 (patch) | |
tree | e2b6b78e213aeb667dfbd5e5d6532c96c95d7a54 | |
parent | ac9910e7279237182f53196499b337d98fb23cbd (diff) |
* ChangeLog: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |