diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-03-16 12:31:10 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-03-16 12:31:10 +0000 |
commit | d6da4b02943fc38da51e9eaf0d776779e3225ed4 (patch) | |
tree | 36a5979ae32f4baf15e4cd33d7c03d093c3d31a4 /sys/netinet6/ip6_output.c | |
parent | fb71f8b7080627a73012abd5a98abd23ab4d4b94 (diff) |
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-rw-r--r-- | sys/netinet6/ip6_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index cba5d23b084..3370787a455 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.234 2018/02/19 08:59:53 mpi Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.235 2018/03/16 12:31:09 mpi Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -1040,7 +1040,7 @@ ip6_ctloutput(int op, struct socket *so, int level, int optname, void *optdata; struct inpcb *inp = sotoinpcb(so); int error, optval; - struct proc *p = curproc; /* For IPSec and rdomain */ + struct proc *p = curproc; /* For IPsec and rdomain */ u_int rtid = 0; error = optval = 0; |