diff options
Diffstat (limited to 'include/libmilter/mfapi.h')
-rw-r--r-- | include/libmilter/mfapi.h | 2 |
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 */ |