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:39:57 +0000
commitc2c26c2c990539535027a25b6f810ff785d44db7 (patch)
tree5b841ff8e9a52e43fc6b3ba43bcc13a1bb93eeb8
parentfe3660cf1f01a056a6d864db7f24ba4b653ca4ea (diff)
downloadsrc-c2c26c2c990539535027a25b6f810ff785d44db7.tar.gz
src-c2c26c2c990539535027a25b6f810ff785d44db7.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 e4abea317440..8527c165e4f5 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