summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c b/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c
index 0cc0426a7..82517aed0 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c
@@ -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 the main buffer controller for decompression.
+ * This file contains the main buffer controller for decompression.
* The main buffer lies between the JPEG decompressor proper and the
* post-processor; it holds downsampled data in the JPEG colorspace.
*
@@ -36,7 +36,7 @@
* applying).
*
* The coefficient controller will deliver data to us one iMCU row at a time;
- * each iMCU row tqcontains v_samp_factor * DCT_scaled_size sample rows, or
+ * each iMCU row contains v_samp_factor * DCT_scaled_size sample rows, or
* exactly min_DCT_scaled_size row groups. (This amount of data corresponds
* to one row of MCUs when the image is fully interleaved.) Note that the
* number of sample rows varies across components, but the number of row
@@ -51,7 +51,7 @@
* out as row groups to the postprocessor.
*
* When need_context_rows is TRUE, this controller guarantees that the buffer
- * passed to postprocessing tqcontains at least one row group's worth of samples
+ * passed to postprocessing contains at least one row group's worth of samples
* above and below the row group(s) being processed. Note that the context
* rows "above" the first passed row group appear at negative row offsets in
* the passed buffer. At the top and bottom of the image, the required