summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ccea5bfc..0e0a4f3a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,7 +64,7 @@ Wed Jun 18 04:27:58 2008 Koichi Sasada <ko1@atdot.net>
Wed Jun 18 04:24:20 2008 Koichi Sasada <ko1@atdot.net>
- * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"
+ * vm.c, vm_insnhelper.c: fix escape process with "break" and "return"
syntax in "lambda". [ ruby-Bugs-19304 ], [ruby-core:17164]
* KNOWNBUGS.rb, bootstraptest/test_proc.rb: add/move solved test.