diff options
Diffstat (limited to 'src/3rdparty/libjpeg/jcmarker.c')
-rw-r--r-- | src/3rdparty/libjpeg/jcmarker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libjpeg/jcmarker.c b/src/3rdparty/libjpeg/jcmarker.c index 7f5c271f0..4c4cf14a7 100644 --- a/src/3rdparty/libjpeg/jcmarker.c +++ b/src/3rdparty/libjpeg/jcmarker.c @@ -582,7 +582,7 @@ write_scan_header (j_compress_ptr cinfo) } } - /* Emit DRI if retquired --- note that DRI value could change for each scan. + /* Emit DRI if required --- note that DRI value could change for each scan. * We avoid wasting space with unnecessary DRIs, however. */ if (cinfo->restart_interval != marker->last_restart_interval) { |