summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-13 23:10:03 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-15 09:07:14 -0800
commit37ed2112a1727293f4fd431df85dc821ee475d3d (patch)
tree5715b4cb4451b897c815b0d8f20c63e9ba9f072a
parent4c7c90768308587884fab6159d93a4695a5ab1f0 (diff)
downloadzlib-37ed2112a1727293f4fd431df85dc821ee475d3d.tar.gz
zlib-37ed2112a1727293f4fd431df85dc821ee475d3d.tar.bz2
zlib-37ed2112a1727293f4fd431df85dc821ee475d3d.zip
Update vestigial comment from very old Info-ZIP deflate.
-rw-r--r--trees.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trees.c b/trees.c
index 357f313..50cf4b4 100644
--- a/trees.c
+++ b/trees.c
@@ -1,5 +1,5 @@
1/* trees.c -- output deflated data using Huffman coding 1/* trees.c -- output deflated data using Huffman coding
2 * Copyright (C) 1995-2016 Jean-loup Gailly 2 * Copyright (C) 1995-2017 Jean-loup Gailly
3 * detect_data_type() function provided freely by Cosmin Truta, 2006 3 * detect_data_type() function provided freely by Cosmin Truta, 2006
4 * For conditions of distribution and use, see copyright notice in zlib.h 4 * For conditions of distribution and use, see copyright notice in zlib.h
5 */ 5 */
@@ -906,7 +906,7 @@ void ZLIB_INTERNAL _tr_align(s)
906 906
907/* =========================================================================== 907/* ===========================================================================
908 * Determine the best encoding for the current block: dynamic trees, static 908 * Determine the best encoding for the current block: dynamic trees, static
909 * trees or store, and output the encoded block to the zip file. 909 * trees or store, and write out the encoded block.
910 */ 910 */
911void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) 911void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
912 deflate_state *s; 912 deflate_state *s;