]> git.lizzy.rs Git - zlib.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)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 15 Jan 2017 17:07:14 +0000 (09:07 -0800)
trees.c

diff --git a/trees.c b/trees.c
index 357f31392541e604cc6c21582ad5c64a32223aae..50cf4b4571cfec347ce5891b76fcb6675fcb580d 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
  */
@@ -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;