git: 8e12e9a72f63 - stable/13 - ipsec.c: typos in the comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 09:19:17 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=8e12e9a72f633bfa8ecbf7704388855008181c47
commit 8e12e9a72f633bfa8ecbf7704388855008181c47
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-09-04 13:42:33 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-01-22 09:18:09 +0000
ipsec.c: typos in the comment
(cherry picked from commit 424f1296bd73f2661b556ddfdfb4bcc8f9df898a)
---
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 5bb8d2412321..3c63ebbd20ad 100644
--- a/sys/netipsec/ipsec.c
+++ b/sys/netipsec/ipsec.c
@@ -1013,7 +1013,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: