git: c2c26c2c9905 - stable/13 - netisr(9): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 06 Sep 2022 05:42:39 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=c2c26c2c990539535027a25b6f810ff785d44db7

commit c2c26c2c990539535027a25b6f810ff785d44db7
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:39:57 +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 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