Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netipsec typo in comments
details: https://anonhg.NetBSD.org/src/rev/c82cc259ba81
branches: trunk
changeset: 360808:c82cc259ba81
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Mar 31 19:27:14 2018 +0000
description:
typo in comments
diffstat:
sys/netipsec/ipsec.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 19888e720875 -r c82cc259ba81 sys/netipsec/ipsec.c
--- a/sys/netipsec/ipsec.c Sat Mar 31 17:54:53 2018 +0000
+++ b/sys/netipsec/ipsec.c Sat Mar 31 19:27:14 2018 +0000
@@ -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 @@
/*
* 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 @@
* 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.
Home |
Main Index |
Thread Index |
Old Index