summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c b/experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c
index dfa6c4f84..b39c7e125 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/zlib/crc32.c
@@ -44,7 +44,7 @@
# if (USHRT_MAX == 0xffffffffUL)
typedef unsigned short u4;
# else
-# undef BYFOUR /* can't tqfind a four-byte integer type! */
+# undef BYFOUR /* can't find a four-byte integer type! */
# endif
# endif
# endif