From 29d9673fd8b5558adc0929a35c50974620c1e7a7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 14 May 2019 08:20:30 +0100 Subject: [PATCH] update comment --- libvips/resample/templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvips/resample/templates.h b/libvips/resample/templates.h index e10ea287..d7558bb2 100644 --- a/libvips/resample/templates.h +++ b/libvips/resample/templates.h @@ -154,7 +154,7 @@ unsigned_fixed_round( int v ) return( (v + round_by) >> VIPS_INTERPOLATE_SHIFT ); } -/* Fixed-point integer bicubic, used for 8 and 16-bit types. +/* Fixed-point integer bicubic, used for 8-bit types. */ template static int inline bicubic_unsigned_int( @@ -206,7 +206,7 @@ signed_fixed_round( int v ) return( (v + round_by) >> VIPS_INTERPOLATE_SHIFT ); } -/* Fixed-point integer bicubic, used for 8 and 16-bit types. +/* Fixed-point integer bicubic, used for 8-bit types. */ template static int inline bicubic_signed_int(