From 86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff Mon Sep 17 00:00:00 2001 From: schweikh Date: Mon, 30 Dec 2002 21:18:15 +0000 Subject: Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ Add FreeBSD Id tag where missing. --- sys/netinet6/ip6_var.h | 2 +- sys/netinet6/nd6_nbr.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet6') diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h index d16fd59..9edb73b 100644 --- a/sys/netinet6/ip6_var.h +++ b/sys/netinet6/ip6_var.h @@ -206,7 +206,7 @@ struct ip6stat { * from the destination is chosen. */ u_quad_t ip6s_sources_otherscope[16]; - /* number of times that an deprecated address is chosen */ + /* number of times that a deprecated address is chosen */ u_quad_t ip6s_sources_deprecated[16]; u_quad_t ip6s_forward_cachehit; diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index 88af7ce..16bfbb4 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -84,7 +84,7 @@ static int dad_ignore_ns = 0; /* ignore NS in DAD - specwise incorrect*/ static int dad_maxtry = 15; /* max # of *tries* to transmit DAD packet */ /* - * Input an Neighbor Solicitation Message. + * Input a Neighbor Solicitation Message. * * Based on RFC 2461 * Based on RFC 2462 (duplicated address detection) @@ -323,7 +323,7 @@ nd6_ns_input(m, off, icmp6len) } /* - * Output an Neighbor Solicitation Message. Caller specifies: + * Output a Neighbor Solicitation Message. Caller specifies: * - ICMP6 header source IP6 address * - ND6 header target IP6 address * - ND6 header source datalink address -- cgit v1.1