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

ruby-changes:26124

From: kazu <ko1@a...>
Date: Tue, 4 Dec 2012 17:40:09 +0900 (JST)
Subject: [ruby-changes:26124] kazu:r38181 (trunk): fix typos

kazu	2012-12-04 17:39:59 +0900 (Tue, 04 Dec 2012)

  New Revision: 38181

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

  Log:
    fix typos
    
    unification is uncountable

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38180)
+++ ChangeLog	(revision 38181)
@@ -18,23 +18,23 @@
 	* marshal.c (w_object, marshal_dump, r_object0, marshal_load): use
 	  RB_GC_GUARD() (directly or indirectly) instead of volatile.
 
-	* variable.c (rb_path_to_class): prevent the arguemnt from GC.
+	* variable.c (rb_path_to_class): prevent the argument from GC.
 
 Tue Dec 04 13:55:07 2012  Koichi Sasada  <ko1@a...>
 
-	* vm_opts.h: enable optimization - operand unifications.
+	* vm_opts.h: enable optimization - operand unification.
 	  Operand unification technique enable to combine
 	  an instruction and specific operands and make new
 	  instruction.
 
 	* defs/opt_operand.def: add several configuration
-	  of operand unifications.
+	  of operand unification.
 
 	* insns.def: use `int' instead to suppress warning.
 
 Mon Dec  3 17:58:53 2012  NARUSE, Yui  <naruse@r...>
 
-	* parse.y: replase parser->enc with current_enc.
+	* parse.y: replace parser->enc with current_enc.
 
 Tue Dec  4 08:33:46 2012  Eric Hodel  <drbrain@s...>
 

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

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