diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-09-26 19:39:25 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-09-26 19:39:25 +0000 |
commit | a14af4604cb0eb65ce93754ae9b389759affc541 (patch) | |
tree | 0a32665e58331058a4f16d0255d3edddc9c4a936 /sys/netinet6/nd6_rtr.c | |
parent | 18960b6b6275424fc4923d6e04a6ed53af1398b1 (diff) |
typo in comment
Diffstat (limited to 'sys/netinet6/nd6_rtr.c')
-rw-r--r-- | sys/netinet6/nd6_rtr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index a7529c9ce2c..93e2f4caee0 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6_rtr.c,v 1.145 2016/09/08 09:02:42 mpi Exp $ */ +/* $OpenBSD: nd6_rtr.c,v 1.146 2016/09/26 19:39:24 sthen Exp $ */ /* $KAME: nd6_rtr.c,v 1.97 2001/02/07 11:09:13 itojun Exp $ */ /* @@ -358,7 +358,7 @@ nd6_rs_attach(struct ifnet *ifp) } /* - * (re)send solicitation regardless if we are enableing autoconf + * (re)send solicitation regardless if we are enabling autoconf * for the first time or if the link comes up */ nd6_rs_output_set_timo(ND6_RS_OUTPUT_QUICK_INTERVAL); |