tiffio.h: fix comment

This commit is contained in:
Even Rouault 2018-10-30 18:49:53 +01:00
parent 7030e8acbc
commit 67b755b334
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -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