summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-02-20 14:47:49 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-02-20 14:47:49 +0100
commit573e025277901e860fd2998ef1fbb7e6be5c85b1 (patch)
treed503edaf0c6160135446fa7949cd66041e782477 /libtiff/tif_dir.c
parent273983be9a3301871dc72afb2dae9d48102547e7 (diff)
downloadlibtiff-git-573e025277901e860fd2998ef1fbb7e6be5c85b1.tar.gz
Remove extra word in comment
Diffstat (limited to 'libtiff/tif_dir.c')
-rw-r--r--libtiff/tif_dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiff/tif_dir.c b/libtiff/tif_dir.c
index 6dda9634..4af5ddb0 100644
--- a/libtiff/tif_dir.c
+++ b/libtiff/tif_dir.c
@@ -228,7 +228,7 @@ _TIFFVSetField(TIFF* tif, uint32_t tag, va_list ap)
case TIFFTAG_COMPRESSION:
v = (uint16_t) va_arg(ap, uint16_vap);
/*
- * If we're changing the compression scheme, the notify the
+ * If we're changing the compression scheme, notify the
* previous module so that it can cleanup any state it's
* setup.
*/