aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-03 13:04:15 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-03 13:04:15 +0000
commit028ecc7aa1a06abdae96ba076189dc973d075042 (patch)
treeea2ce3b08064ad098bb0fb128a24b1805d4d1e24
parentb82cbe465173baa727f7a4860c74b78718662c14 (diff)
downloadsrc-028ecc7aa1a06abdae96ba076189dc973d075042.tar.gz
src-028ecc7aa1a06abdae96ba076189dc973d075042.zip
netisr(9): Fix a typo in a source code comment
- s/overriden/overridden/ MFC after: 3 days
-rw-r--r--sys/net/netisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/netisr.c b/sys/net/netisr.c
index 4d0bce3bedfc..9898e0b18caf 100644
--- a/sys/net/netisr.c
+++ b/sys/net/netisr.c
@@ -134,7 +134,7 @@ static SYSCTL_NODE(_net, OID_AUTO, isr, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
* Three global direct dispatch policies are supported:
*
* NETISR_DISPATCH_DEFERRED: All work is deferred for a netisr, regardless of
- * context (may be overriden by protocols).
+ * context (may be overridden by protocols).
*
* NETISR_DISPATCH_HYBRID: If the executing context allows direct dispatch,
* and we're running on the CPU the work would be performed on, then direct