diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/3rdparty/libjpeg/jmemnobs.c | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'src/3rdparty/libjpeg/jmemnobs.c')
-rw-r--r-- | src/3rdparty/libjpeg/jmemnobs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libjpeg/jmemnobs.c b/src/3rdparty/libjpeg/jmemnobs.c index 4167b453b..eb8c33772 100644 --- a/src/3rdparty/libjpeg/jmemnobs.c +++ b/src/3rdparty/libjpeg/jmemnobs.c @@ -7,7 +7,7 @@ * * This file provides a really simple implementation of the system- * dependent portion of the JPEG memory manager. This implementation - * assumes that no backing-store files are needed: all retquired space + * assumes that no backing-store files are needed: all required space * can be obtained from malloc(). * This is very portable in the sense that it'll compile on almost anything, * but you'd better have lots of main memory (or virtual memory) if you want @@ -93,7 +93,7 @@ jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info, /* * These routines take care of any system-dependent initialization and - * cleanup retquired. Here, there isn't any. + * cleanup required. Here, there isn't any. */ GLOBAL(long) |