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

ruby-changes:25162

From: kazu <ko1@a...>
Date: Tue, 16 Oct 2012 13:02:16 +0900 (JST)
Subject: [ruby-changes:25162] kazu:r37214 (trunk): fix typos

kazu	2012-10-16 13:02:01 +0900 (Tue, 16 Oct 2012)

  New Revision: 37214

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37213)
+++ ChangeLog	(revision 37214)
@@ -31,7 +31,7 @@
 Tue Oct 16 06:29:18 2012  Koichi Sasada  <ko1@a...>
 
 	* vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() if
-	  this method call needs splat argument because cahced functions
+	  this method call needs splat argument because cached functions
 	  (vm_call_attrset, vm_call_ivar, vm_call_cfunc_fast_(unary|binary))
 	  do not check an arity.
 
@@ -42,7 +42,7 @@
 	* method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.
 	  This method is similar to VM_METHOD_TYPE_CFUNC methods, but
 	  called cfunc without building new frame (does not push new control
-	  frame). If error is occured in cfunc, the backtrace only shows
+	  frame). If error is occurred in cfunc, the backtrace only shows
 	  caller frame and upper.
 	  This kind of methods can be added by rb_define_method_fast().
 	  This feature is similar to specialized instructions (opt_plus, etc),

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

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