From 67b755b3341a90135ea72e5da0a7078c8a8c40ae Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 30 Oct 2018 18:49:53 +0100 Subject: [PATCH] tiffio.h: fix comment --- libtiff/tiffio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h index 670cd426..31c2e676 100644 --- a/libtiff/tiffio.h +++ b/libtiff/tiffio.h @@ -50,7 +50,7 @@ typedef struct tiff TIFF; * promoted type (i.e. one of int, unsigned int, pointer, * or double) and because we defined pseudo-tags that are * outside the range of legal Aldus-assigned tags. - * NB: tsize_t is int32 and not uint32 because some functions + * NB: tsize_t is signed and not unsigned because some functions * return -1. * NB: toff_t is not off_t for many reasons; TIFFs max out at * 32-bit file offsets, and BigTIFF maxes out at 64-bit