summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-13 04:48:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-13 04:48:43 +0000
commitffc1b8af9be70cb6d46706054f0509a564f9de88 (patch)
treed78c5b5be8c0750ae2bc8e30daa173bf6c0a362c /ChangeLog
parentf41c0a54e2434e5982722195bf0297ed217c94db (diff)
* ChangeLog: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 918939ced4..b85b3ebcf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4039,7 +4039,7 @@ Wed Apr 25 10:36:03 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c, eval_error.h, eval_jump.h, eval_load.c, proc.c, thread.c:
ditto.
- * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should
+ * thread.c (alloc_event_hook, rb_thread_remove_event_hook): should
return value.
Tue Apr 24 09:33:57 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>