aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
diff options
context:
space:
mode:
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
*