diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-04-06 19:23:16 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-04-06 19:23:16 +0000 |
commit | 17a9756db907fccbfb69f78aded0ac1539c63db1 (patch) | |
tree | 39e62fe5c9152d9147b0b37c3e3c9a87f583b0ca /sys | |
parent | 38b1eafd3637f833b0f7cfa2fdf61686414f6e64 (diff) |
comment typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/icmp6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 86e7a2b3979..722fa369919 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.c,v 1.115 2011/04/05 11:48:28 blambert Exp $ */ +/* $OpenBSD: icmp6.c,v 1.116 2011/04/06 19:23:15 sthen Exp $ */ /* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */ /* @@ -1766,7 +1766,7 @@ ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *nni6, if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) != 0 && allow_deprecated == 0) { /* - * prefererred address should be put before + * preferred address should be put before * deprecated addresses. */ |