Module Name:    src
Committed By:   maxv
Date:           Sat Mar 31 19:27:14 UTC 2018

Modified Files:
        src/sys/netipsec: ipsec.c

Log Message:
typo in comments


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netipsec/ipsec.c
diff -u src/sys/netipsec/ipsec.c:1.151 src/sys/netipsec/ipsec.c:1.152
--- src/sys/netipsec/ipsec.c:1.151	Sat Mar  3 09:54:55 2018
+++ src/sys/netipsec/ipsec.c	Sat Mar 31 19:27:14 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsec.c,v 1.151 2018/03/03 09:54:55 maxv Exp $ */
+/* $NetBSD: ipsec.c,v 1.152 2018/03/31 19:27:14 maxv Exp $ */
 /* $FreeBSD: src/sys/netipsec/ipsec.c,v 1.2.2.2 2003/07/01 01:38:13 sam Exp $ */
 /* $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */
 
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.151 2018/03/03 09:54:55 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec.c,v 1.152 2018/03/31 19:27:14 maxv Exp $");
 
 /*
  * IPsec controller part.
@@ -391,7 +391,7 @@ key_get_default_sp(int af, const char *w
 /*
  * For OUTBOUND packet having a socket. Searching SPD for packet,
  * and return a pointer to SP.
- * OUT:	NULL:	no apropreate SP found, the following value is set to error.
+ * OUT:	NULL:	no appropriate SP found, the following value is set to error.
  *		0	: bypass
  *		EACCES	: discard packet.
  *		ENOENT	: ipsec_acquire() in progress, maybe.
@@ -520,7 +520,7 @@ ipsec_getpolicybysock(struct mbuf *m, u_
  * For FORWARDING packet or OUTBOUND without a socket. Searching SPD for packet,
  * and return a pointer to SP.
  * OUT:	positive: a pointer to the entry for security policy leaf matched.
- *	NULL:	no apropreate SP found, the following value is set to error.
+ *	NULL:	no appropriate SP found, the following value is set to error.
  *		0	: bypass
  *		EACCES	: discard packet.
  *		ENOENT	: ipsec_acquire() in progress, maybe.

Reply via email to