The branch main has been updated by wma: URL: https://cgit.FreeBSD.org/src/commit/?id=8deba29c0a63e812c8a30249ea4a004dc85cdd3f
commit 8deba29c0a63e812c8a30249ea4a004dc85cdd3f Author: Wojciech Macek <w...@freebsd.org> AuthorDate: 2021-09-27 05:46:56 +0000 Commit: Wojciech Macek <w...@freebsd.org> CommitDate: 2021-09-27 05:46:56 +0000 ipsec: fix typo part2 --- sys/netipsec/ipsec_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netipsec/ipsec_output.c b/sys/netipsec/ipsec_output.c index 230e316ea77d..0a722140f93e 100644 --- a/sys/netipsec/ipsec_output.c +++ b/sys/netipsec/ipsec_output.c @@ -344,7 +344,7 @@ setdf: if (m_length(m, NULL) + hlen > pmtu) { /* * If we're forwarding generate ICMP message here, - * so that it contains pmtu subtraced by header size. + * so that it contains pmtu subtracted by header size. * Set error to EINPROGRESS, in order for the frame * to be dropped silently. */ _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"