summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-12-21 23:46:26 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-12-21 23:46:26 +0000
commit8139f9942cf4551ec693ec2cad889384b6a629b0 (patch)
treecf3062898f4f02e11f3f52d7c6cfc3b633d7151a
parent2868939091b40047b3f80a8d8934431f0229f347 (diff)
typo in comment; Holger Mikolon
-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 e01a4bbe211..ae064b5f552 100644
--- a/sys/netinet6/in6.c
+++ b/sys/netinet6/in6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.c,v 1.82 2009/06/04 19:07:21 henning Exp $ */
+/* $OpenBSD: in6.c,v 1.83 2009/12/21 23:46:25 sthen Exp $ */
/* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */
/*
@@ -273,7 +273,7 @@ in6_ifremloop(struct ifaddr *ifa)
* route surely exists. With this check, we can avoid to
* delete an interface direct route whose destination is same
* as the address being removed. This can happen when removing
- * a subnet-router anycast address on an interface attahced
+ * a subnet-router anycast address on an interface attached
* to a shared medium.
*/
rt = rtalloc1(ifa->ifa_addr, 0, 0);