From 610fb17daf6f52381936dd2c7766f196a7f04474 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 4 Sep 2022 06:49:12 +0000 Subject: spelling --- sys/netinet6/mld6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet6/mld6.c') diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index a58009650f7..205d7cc297f 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mld6.c,v 1.58 2022/08/22 21:02:44 bluhm Exp $ */ +/* $OpenBSD: mld6.c,v 1.59 2022/09/04 06:49:11 jsg Exp $ */ /* $KAME: mld6.c,v 1.26 2001/02/16 14:50:35 itojun Exp $ */ /* @@ -331,7 +331,7 @@ mld6_fasttimeo(void) * Quick check to see if any work needs to be done, in order * to minimize the overhead of fasttimo processing. * Variable mld6_timers_are_running is read atomically, but without - * lock intensionally. In case it is not set due to MP races, we may + * lock intentionally. In case it is not set due to MP races, we may * miss to check the timers. Then run the loop at next fast timeout. */ if (!mld6_timers_are_running) -- cgit v1.2.3