summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/jmemnobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/jmemnobs.c')
-rw-r--r--src/3rdparty/libjpeg/jmemnobs.c4
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)