]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update vestigial comment from very old Info-ZIP deflate.
authorMark Adler <madler@alumni.caltech.edu>
Sat, 14 Jan 2017 07:10:03 +0000 (23:10 -0800)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 13 Feb 2017 09:08:35 +0000 (10:08 +0100)
trees.c

diff --git a/trees.c b/trees.c
index 8e419d25dfc4382dea759b50732aa6848c9d05ee..f79564230cadbbcfb99bbc4069c2a8db4a35f926 100644 (file)
--- a/trees.c
+++ b/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
  */
@@ -828,7 +828,7 @@ void ZLIB_INTERNAL _tr_align(deflate_state *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(deflate_state *s, char *buf, unsigned long stored_len, int last) {
     /* buf: input block, or NULL if too old */