fix a comment

This commit is contained in:
John Cupitt 2016-05-16 14:32:52 +01:00
parent 54d8e4808f
commit 1654ac7e5b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ typedef VipsConversionClass VipsUnpremultiplyClass;
G_DEFINE_TYPE( VipsUnpremultiply, vips_unpremultiply, VIPS_TYPE_CONVERSION );
/* Unpremultiply a greyscale (two band) image.
/* Unpremultiply an N-band image.
*/
#define UNPRE_MANY( IN, OUT ) { \
IN * restrict p = (IN *) in; \