Source-Changes-HG archive

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

[src/trunk]: src/sys/netipsec trivial comment typo



details:   https://anonhg.NetBSD.org/src/rev/3861b832132e
branches:  trunk
changeset: 757411:3861b832132e
user:      spz <spz%NetBSD.org@localhost>
date:      Sat Aug 28 07:16:51 2010 +0000

description:
trivial comment typo

diffstat:

 sys/netipsec/keydb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6a5f3935c816 -r 3861b832132e sys/netipsec/keydb.h
--- a/sys/netipsec/keydb.h      Sat Aug 28 07:13:47 2010 +0000
+++ b/sys/netipsec/keydb.h      Sat Aug 28 07:16:51 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: keydb.h,v 1.6 2007/07/07 18:38:23 degroote Exp $       */
+/*     $NetBSD: keydb.h,v 1.7 2010/08/28 07:16:51 spz Exp $    */
 /*     $FreeBSD: src/sys/netipsec/keydb.h,v 1.1.4.1 2003/01/24 05:11:36 sam Exp $      */
 /*     $KAME: keydb.h,v 1.14 2000/08/02 17:58:26 sakane Exp $  */
 
@@ -54,7 +54,7 @@
 /* Security Assocciation Index */
 /* NOTE: Ensure to be same address family */
 struct secasindex {
-       union sockaddr_union src;       /* srouce address for SA */
+       union sockaddr_union src;       /* source address for SA */
        union sockaddr_union dst;       /* destination address for SA */
        u_int16_t proto;                /* IPPROTO_ESP or IPPROTO_AH */
        u_int8_t mode;                  /* mode of protocol, see ipsec.h */



Home | Main Index | Thread Index | Old Index