From db8995ef06187050dcc84b8b4565a4c205689c26 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 28 Sep 2007 07:25:51 +0000 Subject: * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c694f163..2bb766735 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 28 16:22:52 2007 Yukihiro Matsumoto + + * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered. + Fri Sep 28 15:47:48 2007 Koichi Sasada * benchmark/driver.rb: fix to output benchmark results -- cgit