From e8959acc9f469e0d5e1c1b146e078fe02c12cb7a Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 1 Sep 2007 15:57:22 +0000 Subject: [PATCH] ChangeLog: typo fixed git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f235390189..cc6753c145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,10 +68,10 @@ Sat Sep 1 10:43:30 2007 Yukihiro Matsumoto * eval_jump.ci (rb_f_throw): allow throwing non-symbol object. - * eval.c (rb_catch_obj): new function to wait throw with arbitrary + * eval_jump.ci (rb_catch_obj): new function to wait throw with arbitrary object. - * eval.c (rb_throw_obj): new function to throw arbitrary object. + * eval_jump.ci (rb_throw_obj): new function to throw arbitrary object. * variable.c (check_autoload_table): prevent multiple calls from RSTRING_PTR().