summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2012-11-30 13:48:13 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2012-11-30 13:48:13 +0000
commitdaa302b9facb7dc638b31a0fee89c38d3cdf7745 (patch)
tree82598b78adfcdecfd88764364003148b1717e9e8 /sys/netinet6
parent00e1c2d074e147ea73745a73718babf547b0b69f (diff)
Fix typo in comment.
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6.c4
1 files changed, 2 insertions, 2 deletions
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)