diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2006-06-16 15:18:43 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2006-06-16 15:18:43 +0000 |
commit | 9fe07be59027420b145fe62ae8965ed4a9a0d0a5 (patch) | |
tree | 3ad399896ae1e879fca62ec2485ec9d74401e081 | |
parent | 8583c85864d7dba305c0b5ebd316a8fc7186d1a2 (diff) |
SZpelling.
-rw-r--r-- | sys/netinet6/in6_proto.c | 4 |
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; |