From 2fd4dec977ec87e418b18da6586b51513d6e81e7 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 29 Nov 2013 15:29:41 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ce5dc728b..141ef87e83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Fri Nov 29 20:59:39 2013 Masaya Tarui * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly. - PC is cached into local stack and cfp->pc is incorrent at next of + PC is cached into local stack and cfp->pc is incorrect at next of branch or jump. * vm_exec.h (DEBUG_ENTER_INSN): catch up this change. * vm_core.h: update signature of rb_vmdebug_debug_print_pre. @@ -9,7 +9,7 @@ Fri Nov 29 20:59:39 2013 Masaya Tarui Fri Nov 29 20:43:57 2013 Masaya Tarui * compile.c: Bugsfix for dump_disasm_list. - rb_inspect denies a hidden object. So, insert rapper that creates + rb_inspect denies a hidden object. So, insert wrapper that creates the unhidden one. adjust->label is null sometimes. insn_data_line_no makes no sense at all. @@ -149,7 +149,7 @@ Thu Nov 28 00:36:52 2013 Masaki Matsushita Thu Nov 28 00:07:28 2013 Masaki Matsushita - * ruby_atomic.h: remove duplicate definisions between ATOMIC_XXX + * ruby_atomic.h: remove duplicate definitions between ATOMIC_XXX and ATOMIC_SIZE_XXX. Wed Nov 27 23:55:50 2013 Masaki Matsushita