From d79f32bd5b91df0f9dd91b0cc6c552caecfb45c5 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 4 Sep 2021 16:42:33 +0300 Subject: [PATCH] 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 3b3b452f410..6d9ebaa45fa 100644 --- a/sys/netipsec/ipsec.c +++ b/sys/netipsec/ipsec.c @@ -1017,7 +1017,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: