From daa302b9facb7dc638b31a0fee89c38d3cdf7745 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Fri, 30 Nov 2012 13:48:13 +0000 Subject: Fix typo in comment. --- sys/netinet6/in6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet6') diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 338e118525e..5f2db796f6b 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.c,v 1.100 2012/10/05 17:17:04 camield Exp $ */ +/* $OpenBSD: in6.c,v 1.101 2012/11/30 13:48:12 stsp Exp $ */ /* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */ /* @@ -1890,7 +1890,7 @@ in6ifa_ifpwithaddr(struct ifnet *ifp, struct in6_addr *addr) } /* - * Check wether an interface has a prefix by looking up the cloning route. + * Check whether an interface has a prefix by looking up the cloning route. */ int in6_ifpprefix(const struct ifnet *ifp, const struct in6_addr *addr) -- cgit v1.2.3