X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=zlib%2Ftrees.c;h=d0a09b119ab14f992c5e8150cb1416c3dc0ad3cb;hb=5d971d48b922afc1cfe3ba1798477473cfbd052e;hp=6dfb2bc7f6b8a7717cf86a8fd2300c50486a42a4;hpb=de1ab01e8ebf04a3503d8450e6b924c7bb160853;p=deliverable%2Fbinutils-gdb.git diff --git a/zlib/trees.c b/zlib/trees.c index 6dfb2bc7f6..d0a09b119a 100644 --- a/zlib/trees.c +++ b/zlib/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;