summaryrefslogtreecommitdiff
path: root/sys/netinet6/mld6.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-09-04 06:49:12 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-09-04 06:49:12 +0000
commit610fb17daf6f52381936dd2c7766f196a7f04474 (patch)
tree50482272f8ea947a7017f6f0d9267db5f9d76539 /sys/netinet6/mld6.c
parent1270b0c693aec19c22e2a525e0715d22218e00e1 (diff)
spelling
Diffstat (limited to 'sys/netinet6/mld6.c')
-rw-r--r--sys/netinet6/mld6.c4
1 files changed, 2 insertions, 2 deletions
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)