We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7c907 commit 37ed211Copy full SHA for 37ed211
trees.c
@@ -1,5 +1,5 @@
1
/* trees.c -- output deflated data using Huffman coding
2
- * Copyright (C) 1995-2016 Jean-loup Gailly
+ * Copyright (C) 1995-2017 Jean-loup Gailly
3
* detect_data_type() function provided freely by Cosmin Truta, 2006
4
* For conditions of distribution and use, see copyright notice in zlib.h
5
*/
@@ -906,7 +906,7 @@ void ZLIB_INTERNAL _tr_align(s)
906
907
/* ===========================================================================
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.
+ * trees or store, and write out the encoded block.
910
911
void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
912
deflate_state *s;
0 commit comments