diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:37:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:37:29 +0000 |
commit | 1327f4d07532a559f7aa2205c8a4569a2c0828fb (patch) | |
tree | f8a78214425d8ab17b8a1ba14ce3ccbe9f51b3bc /sys/netinet6 | |
parent | 8727b7c08864692c23d9230efd7281a0f85e6a85 (diff) |
typos from alexey dobriyan;
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/nd6_nbr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index 1bc31662d73..e4cce30453f 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6_nbr.c,v 1.37 2005/02/10 03:40:16 itojun Exp $ */ +/* $OpenBSD: nd6_nbr.c,v 1.38 2006/02/06 17:37:28 jmc Exp $ */ /* $KAME: nd6_nbr.c,v 1.61 2001/02/10 16:06:14 jinmei Exp $ */ /* @@ -230,7 +230,7 @@ nd6_ns_input(m, off, icmp6len) } if (!ifa) { /* - * We've got an NS packet, and we don't have that adddress + * We've got an NS packet, and we don't have that address * assigned for us. We MUST silently ignore it. * See RFC2461 7.2.3. */ |