summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-01 15:57:22 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-01 15:57:22 +0000
commit704df0be09316c179192289e5853b7909912bbaa (patch)
treeffca7b14984d97430cbba368f8a18d668fe9fcc5
parent84259c51c59968a0a9ef57e2ccc64a439787c3f9 (diff)
downloadruby-704df0be09316c179192289e5853b7909912bbaa.tar.gz
ruby-704df0be09316c179192289e5853b7909912bbaa.tar.xz
ruby-704df0be09316c179192289e5853b7909912bbaa.zip
ChangeLog: typo fixed
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f23539018..cc6753c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,10 +68,10 @@ Sat Sep 1 10:43:30 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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().