summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2022-11-10 12:46:20 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2022-11-10 12:46:20 +0000
commit086836eb87ba497ae3b79ee6318da7eda6589b56 (patch)
treef1ef66b060a0beeb27debdd5ef315bf4119436cc
parent166546f7a046e2bde9fcb36ba5a677f57bf2fa16 (diff)
typofix; ok dlg
-rw-r--r--sys/net/if_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index bf4adfbc744..b5ebe479b73 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_var.h,v 1.118 2022/11/08 18:43:22 kn Exp $ */
+/* $OpenBSD: if_var.h,v 1.119 2022/11/10 12:46:19 kn Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -76,7 +76,7 @@
/*
* Locks used to protect struct members in this file:
* I immutable after creation
- * d protection left do the driver
+ * d protection left to the driver
* c only used in ioctl or routing socket contexts (kernel lock)
* K kernel lock
* N net lock