Date: Tue, 6 Sep 2022 05:42:39 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c2c26c2c9905 - stable/13 - netisr(9): Fix a typo in a source code comment Message-ID: <202209060542.2865gd6e013697@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060542.2865gd6e013697>