From d2ba3035c29bcf8c2bc6c2d198da7b56093f0b2a Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 26 Sep 2016 19:39:24 +0000 Subject: [PATCH] typo in comment --- sys/netinet6/nd6_rtr.c | 4 ++-- 1 file 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);