summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h b/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h
index fea906427..a9599fc1e 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h
+++ b/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jchuff.h
@@ -5,7 +5,7 @@
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
- * This file tqcontains declarations for Huffman entropy encoding routines
+ * This file contains declarations for Huffman entropy encoding routines
* that are shared between the sequential encoder (jchuff.c) and the
* progressive encoder (jcphuff.c). No other modules need to see these.
*/
@@ -27,7 +27,7 @@
typedef struct {
unsigned int ehufco[256]; /* code for each symbol */
char ehufsi[256]; /* length of code for each symbol */
- /* If no code has been allocated for a symbol S, ehufsi[S] tqcontains 0 */
+ /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
} c_derived_tbl;
/* Short forms of external names for systems with brain-damaged linkers. */