diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:51:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:51:31 +0000 |
commit | fac0a3823b7611469a76f5cafde3a6926a07a81d (patch) | |
tree | 6a2bbf9a0f702f4437ccd25bcae4eb98a7c531ac | |
parent | 1327f4d07532a559f7aa2205c8a4569a2c0828fb (diff) |
typos from alexey dobriyan;
-rw-r--r-- | usr.sbin/ppp/ppp/ip.c | 4 | ||||
-rw-r--r-- | usr.sbin/route6d/route6d.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/ppp/ip.c b/usr.sbin/ppp/ppp/ip.c index 6c1084c9990..cf7026c6065 100644 --- a/usr.sbin/ppp/ppp/ip.c +++ b/usr.sbin/ppp/ppp/ip.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: ip.c,v 1.37 2004/05/30 22:23:53 tedu Exp $ + * $OpenBSD: ip.c,v 1.38 2006/02/06 17:51:30 jmc Exp $ */ #include <sys/param.h> @@ -467,7 +467,7 @@ FilterCheck(const unsigned char *packet, u_int32_t family, ncpaddr_ntoa(&srcaddr), sport, dstip, dport); } return 1; - } /* Explict match. Deny this packet */ + } /* Explicit match. Deny this packet */ } } else { n++; diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c index dd4a761d105..1c4c389b663 100644 --- a/usr.sbin/route6d/route6d.c +++ b/usr.sbin/route6d/route6d.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route6d.c,v 1.42 2005/05/26 21:56:41 henning Exp $ */ +/* $OpenBSD: route6d.c,v 1.43 2006/02/06 17:51:30 jmc Exp $ */ /* $KAME: route6d.c,v 1.94 2002/10/26 20:08:55 itojun Exp $ */ /* @@ -31,7 +31,7 @@ */ #if 0 -static char _rcsid[] = "$OpenBSD: route6d.c,v 1.42 2005/05/26 21:56:41 henning Exp $"; +static char _rcsid[] = "$OpenBSD: route6d.c,v 1.43 2006/02/06 17:51:30 jmc Exp $"; #endif #include <stdio.h> @@ -118,7 +118,7 @@ struct ifc { /* Configuration of an interface */ int ifc_joined; /* joined to ff02::9 */ }; -struct ifac { /* Adddress associated to an interface */ +struct ifac { /* Address associated to an interface */ struct ifc *ifa_conf; /* back pointer */ struct ifac *ifa_next; struct in6_addr ifa_addr; /* address */ |