git: ff7bcda252e6 - stable/12 - netisr(9): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:12 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=ff7bcda252e688fcefa27013fd7aef5a7e3b38e0
commit ff7bcda252e688fcefa27013fd7aef5a7e3b38e0
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:04:15 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:45:26 +0000
netisr(9): Fix a typo in a source code comment
- s/overriden/overridden/
(cherry picked from commit 028ecc7aa1a06abdae96ba076189dc973d075042)
---
sys/net/netisr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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