diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/zlib/trees.c')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/zlib/trees.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/zlib/trees.c b/tqtinterface/qt4/src/3rdparty/zlib/trees.c index 6a2e55b..52c820f 100644 --- a/tqtinterface/qt4/src/3rdparty/zlib/trees.c +++ b/tqtinterface/qt4/src/3rdparty/zlib/trees.c @@ -483,7 +483,7 @@ local void pqdownheap(s, tree, k) * IN assertion: the fields freq and dad are set, heap[heap_max] and * above are the tree nodes sorted by increasing frequency. * OUT assertions: the field len is set to the optimal bit length, the - * array bl_count tqcontains the frequencies for each bit length. + * array bl_count contains the frequencies for each bit length. * The length opt_len is updated; static_len is also updated if stree is * not null. */ @@ -569,7 +569,7 @@ local void gen_bitlen(s, desc) /* =========================================================================== * Generate the codes for a given tree and bit counts (which need not be * optimal). - * IN assertion: the array bl_count tqcontains the bit length statistics for + * IN assertion: the array bl_count contains the bit length statistics for * the given tree and the field len is set for all tree elements. * OUT assertion: the field code is set for all tree elements of non * zero code length. |