From 7b6e26ae143721b631be8247a7f02c8f11c111df Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 28 Nov 2012 14:55:41 +0000 Subject: * ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fiddle/closure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fiddle/closure.c') diff --git a/ext/fiddle/closure.c b/ext/fiddle/closure.c index 6690b87c25..c4ea6eeb33 100644 --- a/ext/fiddle/closure.c +++ b/ext/fiddle/closure.c @@ -289,7 +289,7 @@ Init_fiddle_closure() * 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, -- cgit v1.2.3