https://github.com/libsdl-org/libtiff/commit/573e025277901e860fd2998ef1fbb7e6be5c85b1
From 573e025277901e860fd2998ef1fbb7e6be5c85b1 Mon Sep 17 00:00:00 2001
From: Even Rouault <[EMAIL REDACTED]>
Date: Sun, 20 Feb 2022 14:47:49 +0100
Subject: [PATCH] Remove extra word in comment
---
libtiff/tif_dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
*/