summaryrefslogtreecommitdiff
path: root/sys/netipsec
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-09 20:49:08 +0000
committerandvar <andvar@NetBSD.org>2021-08-09 20:49:08 +0000
commita0b1e536df3104e76cf5c2f37490cb23a63128b8 (patch)
tree6ab4896fa3c2d2c9dc17be5363287a3dbcc22c40 /sys/netipsec
parentbb8ca2d9cb64e420b74f6a8b26bc0ef2a4c0e5b1 (diff)
fix various typos in compatibility, mainly in comments.
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/key.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h
index 6417eae586c..d54f0391a43 100644
--- a/sys/netipsec/key.h
+++ b/sys/netipsec/key.h
@@ -1,4 +1,4 @@
-/* $NetBSD: key.h,v 1.36 2018/04/19 08:27:38 maxv Exp $ */
+/* $NetBSD: key.h,v 1.37 2021/08/09 20:49:10 andvar Exp $ */
/* $FreeBSD: key.h,v 1.1.4.1 2003/01/24 05:11:36 sam Exp $ */
/* $KAME: key.h,v 1.21 2001/07/27 03:51:30 itojun Exp $ */
@@ -61,7 +61,7 @@ struct secpolicy *key_newsp(const char*, int);
struct secpolicy *key_gettunnel(const struct sockaddr *,
const struct sockaddr *, const struct sockaddr *,
const struct sockaddr *, const char *, int);
-/* NB: prepend with _ for KAME IPv6 compatbility */
+/* NB: prepend with _ for KAME IPv6 compatibility */
void key_init_sp(struct secpolicy *);
void key_free_sp(struct secpolicy *);
u_int key_sp_refcnt(const struct secpolicy *);