Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netipsec Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/ab0830403e86
branches:  trunk
changeset: 826827:ab0830403e86
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sun Oct 01 09:45:16 2017 +0000

description:
Fix typo in comment

diffstat:

 sys/netipsec/key.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 85559fd3ecd7 -r ab0830403e86 sys/netipsec/key.c
--- a/sys/netipsec/key.c        Sun Oct 01 07:18:39 2017 +0000
+++ b/sys/netipsec/key.c        Sun Oct 01 09:45:16 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: key.c,v 1.230 2017/09/30 21:47:12 christos Exp $       */
+/*     $NetBSD: key.c,v 1.231 2017/10/01 09:45:16 ryoon Exp $  */
 /*     $FreeBSD: src/sys/netipsec/key.c,v 1.3.2.3 2004/02/14 22:23:23 bms Exp $        */
 /*     $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $   */
 
@@ -32,10 +32,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.230 2017/09/30 21:47:12 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.231 2017/10/01 09:45:16 ryoon Exp $");
 
 /*
- * This code is referd to RFC 2367
+ * This code is referred to RFC 2367
  */
 
 #if defined(_KERNEL_OPT)



Home | Main Index | Thread Index | Old Index