[前][次][番号順一覧][スレッド一覧]

ruby-changes:31843

From: kazu <ko1@a...>
Date: Sat, 30 Nov 2013 00:29:52 +0900 (JST)
Subject: [ruby-changes:31843] kazu:r43922 (trunk): fix typos

kazu	2013-11-30 00:29:41 +0900 (Sat, 30 Nov 2013)

  New Revision: 43922

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43922

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43921)
+++ ChangeLog	(revision 43922)
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
 Fri Nov 29 20:59:39 2013  Masaya Tarui  <tarui@r...>
 
 	* 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 https://github.com/ruby/ruby/blob/trunk/ChangeLog#L9
 Fri Nov 29 20:43:57 2013  Masaya Tarui  <tarui@r...>
 
 	* 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 Matsush https://github.com/ruby/ruby/blob/trunk/ChangeLog#L149
 
 Thu Nov 28 00:07:28 2013  Masaki Matsushita  <glass.saga@g...>
 
-	* 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  <glass.saga@g...>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]