diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-29 15:29:41 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-29 15:29:41 +0000 |
commit | 2fd4dec977ec87e418b18da6586b51513d6e81e7 (patch) | |
tree | fc17db7b496e3ed2271eb07cfda2f48cabb443fc | |
parent | 6552f8b82a1e0514beff175724fbfbe6f00f9e6c (diff) |
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ Fri Nov 29 20:59:39 2013 Masaya Tarui <[email protected]> * 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 <[email protected]> Fri Nov 29 20:43:57 2013 Masaya Tarui <[email protected]> * 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 <[email protected]> Thu Nov 28 00:07:28 2013 Masaki Matsushita <[email protected]> - * 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 <[email protected]> |