summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-31 22:25:32 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-31 22:25:32 +0000
commit290c4db6e6190ba049c965e9f9754c893428072d (patch)
tree70a65c6deb126c8b669ba77bf482b28f997eebcc /ext/zlib
parent9ce69e7cef1272c86a93eeb9a1888fe6d2a94704 (diff)
* ext/zlib/zlib.c: Fix document-method declarations for set_sync and
set_comment. [Ruby 1.9 - Bug #4695] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index a98f674556..b5a740df96 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -2960,7 +2960,7 @@ rb_gzfile_set_orig_name(VALUE obj, VALUE str)
}
/*
- * Document-method: Zlib::GzipFile#set_comment
+ * Document-method: Zlib::GzipFile#comment=
*
* Specify the comment (+str+) in the gzip header.
*/
@@ -3057,7 +3057,7 @@ rb_gzfile_sync(VALUE obj)
}
/*
- * Document-method: Zlib::GzipFile#set_sync
+ * Document-method: Zlib::GzipFile#sync=
*
* call-seq: sync = flag
*