summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Pascoe <pascoe@cvs.openbsd.org>2006-06-16 15:18:43 +0000
committerChristopher Pascoe <pascoe@cvs.openbsd.org>2006-06-16 15:18:43 +0000
commit9fe07be59027420b145fe62ae8965ed4a9a0d0a5 (patch)
tree3ad399896ae1e879fca62ec2485ec9d74401e081
parent8583c85864d7dba305c0b5ebd316a8fc7186d1a2 (diff)
SZpelling.
-rw-r--r--sys/netinet6/in6_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c
index 6eda9527782..408c025e2de 100644
--- a/sys/netinet6/in6_proto.c
+++ b/sys/netinet6/in6_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_proto.c,v 1.48 2006/05/27 23:40:27 claudio Exp $ */
+/* $OpenBSD: in6_proto.c,v 1.49 2006/06/16 15:18:42 pascoe Exp $ */
/* $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $ */
/*
@@ -254,7 +254,7 @@ struct domain inet6domain =
* Internet configuration info
*/
int ip6_forwarding = 0; /* no forwarding unless sysctl'd to enable */
-int ip6_mforwarding = 0; /* no mulitcast forwarding unless ... */
+int ip6_mforwarding = 0; /* no multicast forwarding unless ... */
int ip6_sendredirects = 1;
int ip6_defhlim = IPV6_DEFHLIM;
int ip6_defmcasthlim = IPV6_DEFAULT_MULTICAST_HOPS;