aboutsummaryrefslogtreecommitdiff
path: root/include/libmilter/mfapi.h
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2023-01-15 19:15:36 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2023-01-15 19:15:36 +0000
commit28fbd2825d216dafca4d991ad96d05b312f4f9a3 (patch)
tree8b322391c58a9bd5ad56827bbb8fcf4cbd114917 /include/libmilter/mfapi.h
parent0694dcb04b81dfbd70ffe7384816863170a48b3e (diff)
Import sendmail 8.17.1vendor/sendmail/8.17.1
Diffstat (limited to 'include/libmilter/mfapi.h')
-rw-r--r--include/libmilter/mfapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libmilter/mfapi.h b/include/libmilter/mfapi.h
index 2b012d86af2b..3bb4c1d2a1d2 100644
--- a/include/libmilter/mfapi.h
+++ b/include/libmilter/mfapi.h
@@ -476,7 +476,7 @@ LIBMILTER_API int smfi_insheader __P((SMFICTX *, int, char *, char *));
** as a result of adding this header.
**
** SMFICTX *ctx; Opaque context structure
-** int idx; index into the header list where the insertion should happen
+** int idx; index into the header list where the insertion should happen
** char *headerh; Header field name
** char *headerv; Header field value
*/