aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-09-04 13:42:33 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-01-18 21:22:35 +0000
commit424f1296bd73f2661b556ddfdfb4bcc8f9df898a (patch)
tree8a0662d64d7694fab08bd64b83ca1cf7c7d817ec
parentb1d10b49e24a4fd3af80f8491cd95bd0766ca1f1 (diff)
downloadsrc-424f1296bd73f2661b556ddfdfb4bcc8f9df898a.tar.gz
src-424f1296bd73f2661b556ddfdfb4bcc8f9df898a.zip
ipsec.c: typos in the comment
Sponsored by: NVIDIA Networking MFC after: 3 days
-rw-r--r--sys/netipsec/ipsec.c2
1 files changed, 1 insertions, 1 deletions
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: