summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c')
-rw-r--r--tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c b/tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c
index e36c050..66c9d77 100644
--- a/tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.c
+++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jmemmgr.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 JPEG system-independent memory management
+ * This file contains the JPEG system-independent memory management
* routines. This code is usable across a wide variety of machines; most
* of the system dependencies have been isolated in a separate file.
* The major functions provided here are:
@@ -15,7 +15,7 @@
* * control logic for swapping virtual arrays between main memory and
* backing storage.
* The separate system-dependent file provides the actual backing-storage
- * access code, and it tqcontains the policy decision about how much total
+ * access code, and it contains the policy decision about how much total
* main memory to use.
* This file is system-dependent in the sense that some of its functions
* are unnecessary in some systems. For example, if there is enough virtual