summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 14:55:41 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 14:55:41 +0000
commit7b6e26ae143721b631be8247a7f02c8f11c111df (patch)
tree7c206a2083980d30fffef77c4dd1e679fdabc5ae
parent5c32aff16eb82679dc31849b733936b3e276d296 (diff)
* 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
-rw-r--r--ext/fiddle/closure.c2
1 files changed, 1 insertions, 1 deletions
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,