summaryrefslogtreecommitdiffstats
path: root/compat/zlib/trees.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 11:53:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 11:53:07 (GMT)
commit9a41c99458c9f645f364789c7ac310f55c77eccc (patch)
tree9b77aae86d0c417096e7809b5954306bf8353d3a /compat/zlib/trees.c
parent20e3b9e6120f73794f9851db1f2034e7a67a3007 (diff)
parentd97147c2533ecc33102bb142a541dfe148ae7224 (diff)
downloadtcl-9a41c99458c9f645f364789c7ac310f55c77eccc.zip
tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.gz
tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.bz2
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/trees.c')
-rw-r--r--compat/zlib/trees.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib/trees.c b/compat/zlib/trees.c
index 357f313..50cf4b4 100644
--- a/compat/zlib/trees.c
+++ b/compat/zlib/trees.c
@@ -1,5 +1,5 @@
/* trees.c -- output deflated data using Huffman coding
- * Copyright (C) 1995-2016 Jean-loup Gailly
+ * Copyright (C) 1995-2017 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -906,7 +906,7 @@ void ZLIB_INTERNAL _tr_align(s)
/* ===========================================================================
* Determine the best encoding for the current block: dynamic trees, static
- * trees or store, and output the encoded block to the zip file.
+ * trees or store, and write out the encoded block.
*/
void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
deflate_state *s;