summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/jcphuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/jcphuff.c')
-rw-r--r--src/3rdparty/libjpeg/jcphuff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libjpeg/jcphuff.c b/src/3rdparty/libjpeg/jcphuff.c
index 4ad2db22..07f9178b 100644
--- a/src/3rdparty/libjpeg/jcphuff.c
+++ b/src/3rdparty/libjpeg/jcphuff.c
@@ -399,7 +399,7 @@ encode_mcu_DC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data)
ci = cinfo->MCU_membership[blkn];
compptr = cinfo->cur_comp_info[ci];
- /* Compute the DC value after the retquired point transform by Al.
+ /* Compute the DC value after the required point transform by Al.
* This is simply an arithmetic right shift.
*/
temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
@@ -669,7 +669,7 @@ encode_mcu_AC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data)
continue;
}
- /* Emit any retquired ZRLs, but not if they can be folded into EOB */
+ /* Emit any required ZRLs, but not if they can be folded into EOB */
while (r > 15 && k <= EOB) {
/* emit any pending EOBRUN and the BE correction bits */
emit_eobrun(entropy);