aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2016-10-26 06:11:23 +0000
committerKazuki Yamaguchi <k@rhe.jp>2016-10-28 11:57:48 +0900
commit28a24782e3359c96238e9a757d3bea5ae5ec18b9 (patch)
treea424dec3d3ff4cd13390df7bcdfa2f59b5cef95b /ext
parent23f83bf39058d953fa5d5039745788c0f5ca95b1 (diff)
downloadruby-openssl-28a24782e3359c96238e9a757d3bea5ae5ec18b9.tar.gz
[DOC] replace Fixnum with Integer [ci skip]
* numeric.c: [DOC] update document for Integer class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_pkey_ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey_ec.c b/ext/openssl/ossl_pkey_ec.c
index f0a31231..20a72223 100644
--- a/ext/openssl/ossl_pkey_ec.c
+++ b/ext/openssl/ossl_pkey_ec.c
@@ -1191,7 +1191,7 @@ static VALUE ossl_ec_group_set_seed(VALUE self, VALUE seed)
/*
* call-seq:
- * group.degree => Fixnum
+ * group.degree => integer
*
* See the OpenSSL documentation for EC_GROUP_get_degree()
*/