summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/zlib/inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/zlib/inflate.c')
-rw-r--r--tqtinterface/qt4/src/3rdparty/zlib/inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/zlib/inflate.c b/tqtinterface/qt4/src/3rdparty/zlib/inflate.c
index 09a5e1e..c6d3826 100644
--- a/tqtinterface/qt4/src/3rdparty/zlib/inflate.c
+++ b/tqtinterface/qt4/src/3rdparty/zlib/inflate.c
@@ -546,7 +546,7 @@ int flush;
unsigned copy; /* number of stored or match bytes to copy */
unsigned char FAR *from; /* where to copy match bytes from */
code this; /* current decoding table entry */
- code last; /* tqparent table entry */
+ code last; /* parent table entry */
unsigned len; /* length to copy for repeats, bits to drop */
int ret; /* return code */
#ifdef GUNZIP