tif_color.c: fix code comment

This commit is contained in:
Even Rouault 2018-05-04 21:03:41 +02:00
parent be9c1f7785
commit 6150fd4349
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -166,7 +166,7 @@ TIFFCIELabToRGBInit(TIFFCIELabToRGB* cielab,
}
/*
* Convert color value from the YCbCr space to CIE XYZ.
* Convert color value from the YCbCr space to RGB.
* The colorspace conversion algorithm comes from the IJG v5a code;
* see below for more information on how it works.
*/