diff --git a/src/encode.c b/src/encode.c index e2782a0014c52430ac7897dbd89103f729c8a9ec..1cf98d21b5e3e65ecea63b349898cb4735e19b29 100644 --- a/src/encode.c +++ b/src/encode.c @@ -339,7 +339,7 @@ static uint32_t assess_splitting_option(struct aec_stream *strm) increases, then the minimum will be found with smaller k. For increasing k we know that we will gain block_size bits in - length through the larger binary part. If the FS lenth is less + length through the larger binary part. If the FS length is less than the block size then a reduced FS part can't compensate the larger binary part. So we know that the CDS for k+1 will be larger than for k without actually computing the length. An diff --git a/tests/check_aec.h b/tests/check_aec.h index 2f6abd31ca52ded68cfc944c344f8da76b06c867..97c3b8ad83594080e9406c7a0fcb07dc1d762315 100644 --- a/tests/check_aec.h +++ b/tests/check_aec.h @@ -12,7 +12,7 @@ struct test_state { unsigned char *ubuf; unsigned char *cbuf; unsigned char *obuf; - size_t ibuf_len; /* input buffer legth may be shorter than buf_len */ + size_t ibuf_len; /* input buffer length may be shorter than buf_len */ size_t buf_len; size_t cbuf_len; long long int xmax;