From: Mark Adler Date: Sat, 14 Jan 2017 07:10:03 +0000 (-0800) Subject: Update vestigial comment from very old Info-ZIP deflate. X-Git-Tag: 1.9.9-b1~701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c23ef53a1f5fa18ecefdb5962ccaa01e17a3dd;p=thirdparty%2Fzlib-ng.git Update vestigial comment from very old Info-ZIP deflate. --- diff --git a/trees.c b/trees.c index 8e419d25d..f79564230 100644 --- 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 */