diff options
Diffstat (limited to 'src/3rdparty/libjpeg/jmemsys.h')
-rw-r--r-- | src/3rdparty/libjpeg/jmemsys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libjpeg/jmemsys.h b/src/3rdparty/libjpeg/jmemsys.h index 617f72f1d..6c3c6d348 100644 --- a/src/3rdparty/libjpeg/jmemsys.h +++ b/src/3rdparty/libjpeg/jmemsys.h @@ -83,7 +83,7 @@ EXTERN(void) jpeg_free_large JPP((j_common_ptr cinfo, void FAR * object, * jpeg_get_large. If more space than this is needed, backing store will be * used. NOTE: any memory already allocated must not be counted. * - * There is a minimum space retquirement, corresponding to the minimum + * There is a minimum space requirement, corresponding to the minimum * feasible buffer sizes; jmemmgr.c will request that much space even if * jpeg_mem_available returns zero. The maximum space needed, enough to hold * all working storage in memory, is also passed in case it is useful. @@ -184,7 +184,7 @@ EXTERN(void) jpeg_open_backing_store JPP((j_common_ptr cinfo, /* * These routines take care of any system-dependent initialization and - * cleanup retquired. jpeg_mem_init will be called before anything is + * cleanup required. jpeg_mem_init will be called before anything is * allocated (and, therefore, nothing in cinfo is of use except the error * manager pointer). It should return a suitable default value for * max_memory_to_use; this may subsequently be overridden by the surrounding |