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-06 05:45:26 +0000
commitff7bcda252e688fcefa27013fd7aef5a7e3b38e0 (patch)
tree5770ff22a5a1ae748a63c1e4b9a0316b85c30e38
parent056e4dde7b4f21374e7b2fb6b7d66a788e6e2686 (diff)
downloadsrc-ff7bcda252e688fcefa27013fd7aef5a7e3b38e0.tar.gz
src-ff7bcda252e688fcefa27013fd7aef5a7e3b38e0.zip
netisr(9): Fix a typo in a source code comment
- s/overriden/overridden/ (cherry picked from commit 028ecc7aa1a06abdae96ba076189dc973d075042)
-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 b4bd08658ff8..a83ed9145431 100644
--- a/sys/net/netisr.c
+++ b/sys/net/netisr.c
@@ -133,7 +133,7 @@ static SYSCTL_NODE(_net, OID_AUTO, isr, CTLFLAG_RW, 0, "netisr");
* 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