Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2023 21:23:46 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 424f1296bd73 - main - ipsec.c: typos in the comment
Message-ID:  <202301182123.30ILNk7g069237@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=424f1296bd73f2661b556ddfdfb4bcc8f9df898a

commit 424f1296bd73f2661b556ddfdfb4bcc8f9df898a
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-09-04 13:42:33 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-01-18 21:22:35 +0000

    ipsec.c: typos in the comment
    
    Sponsored by:   NVIDIA Networking
    MFC after:      3 days
---
 sys/netipsec/ipsec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c
index 94eb68658e30..08a226b1123a 100644
--- a/sys/netipsec/ipsec.c
+++ b/sys/netipsec/ipsec.c
@@ -1011,7 +1011,7 @@ ipsec_check_history(const struct mbuf *m, struct secpolicy *sp, u_int idx)
 /*
  * Check security policy requirements against the actual
  * packet contents.  Return one if the packet should be
- * reject as "invalid"; otherwiser return zero to have the
+ * rejected as "invalid"; otherwise return zero to have the
  * packet treated as "valid".
  *
  * OUT:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301182123.30ILNk7g069237>