Correct various typos in code comments

Found via `codespell -q 3`

Closes #263
This commit is contained in:
luzpaz
2018-07-31 21:59:16 +00:00
committed by DRC
parent 574f3a772c
commit 43c58ff983
5 changed files with 5 additions and 5 deletions

View File

@@ -592,7 +592,7 @@ ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
/* Declarations for ordered dithering
*
* We use a 4x4 ordered dither array packed into 32 bits. This array is
* sufficent for dithering RGB888 to RGB565.
* sufficient for dithering RGB888 to RGB565.
*/
#define DITHER_MASK 0x3