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

ruby-changes:25889

From: nagachika <ko1@a...>
Date: Wed, 28 Nov 2012 23:55:48 +0900 (JST)
Subject: [ruby-changes:25889] nagachika:r37946 (trunk): * ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917)

nagachika	2012-11-28 23:55:41 +0900 (Wed, 28 Nov 2012)

  New Revision: 37946

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

  Log:
    * ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917)

  Modified files:
    trunk/ext/fiddle/closure.c

Index: ext/fiddle/closure.c
===================================================================
--- ext/fiddle/closure.c	(revision 37945)
+++ ext/fiddle/closure.c	(revision 37946)
@@ -289,7 +289,7 @@
      * Construct a new Closure object.
      *
      * * +ret+ is the C type to be returned
-     * * +args+is an Array of arguments, passed to the callback function
+     * * +args+ is an Array of arguments, passed to the callback function
      * * +abi+ is the abi of the closure
      *
      * If there is an error in preparing the ffi_cif or ffi_prep_closure,

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

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