Skip to content

Commit 37ed211

Browse files
committed
Update vestigial comment from very old Info-ZIP deflate.
1 parent 4c7c907 commit 37ed211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trees.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* trees.c -- output deflated data using Huffman coding
2-
* Copyright (C) 1995-2016 Jean-loup Gailly
2+
* Copyright (C) 1995-2017 Jean-loup Gailly
33
* detect_data_type() function provided freely by Cosmin Truta, 2006
44
* For conditions of distribution and use, see copyright notice in zlib.h
55
*/
@@ -906,7 +906,7 @@ void ZLIB_INTERNAL _tr_align(s)
906906

907907
/* ===========================================================================
908908
* 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.
910910
*/
911911
void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
912912
deflate_state *s;

0 commit comments

Comments
 (0)