git: 8deba29c0a63 - main - ipsec: fix typo part2

Wojciech Macek wma at FreeBSD.org
Mon Sep 27 05:47:26 UTC 2021


The branch main has been updated by wma:

URL: https://cgit.FreeBSD.org/src/commit/?id=8deba29c0a63e812c8a30249ea4a004dc85cdd3f

commit 8deba29c0a63e812c8a30249ea4a004dc85cdd3f
Author:     Wojciech Macek <wma at FreeBSD.org>
AuthorDate: 2021-09-27 05:46:56 +0000
Commit:     Wojciech Macek <wma at 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.
 		 */


More information about the dev-commits-src-all mailing list