summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-10-30 18:49:53 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-10-30 18:49:53 +0100
commit67b755b3341a90135ea72e5da0a7078c8a8c40ae (patch)
treefbc2ed84ce27b27502d36934f6b0fb68613765a6 /libtiff/tiffio.h
parent7030e8acbcbfada4e649da53b1b5c72702c61e88 (diff)
downloadlibtiff-git-67b755b3341a90135ea72e5da0a7078c8a8c40ae.tar.gz
tiffio.h: fix comment
Diffstat (limited to 'libtiff/tiffio.h')
-rw-r--r--libtiff/tiffio.h2
1 files changed, 1 insertions, 1 deletions
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