git: 05f49086ac00 - stable/14 - ipfw(4): Fix a typo in a source code comment
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a86990a.1d2fe.36f11fe2__10536.7060679541$1787205942$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=05f49086ac008e2384bbeb6531190757f3e05eff commit 05f49086ac008e2384bbeb6531190757f3e05eff Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:55:17 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-08-20 06:03:52 +0000 ipfw(4): Fix a typo in a source code comment - s/varaiables/variables/ (cherry picked from commit 251e6ef40203a6f911d7f4daacf3075de7f870c0) --- sys/netpfil/ipfw/dn_sched_fq_pie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfw/dn_sched_fq_pie.c b/sys/netpfil/ipfw/dn_sched_fq_pie.c index 06700b0f93af..90f67d597480 100644 --- a/sys/netpfil/ipfw/dn_sched_fq_pie.c +++ b/sys/netpfil/ipfw/dn_sched_fq_pie.c @@ -121,7 +121,7 @@ struct fq_pie_schk { * The purpose of separation this structure is to preserve number of active * sub-queues and the flows array pointer even after the scheduler instance * is destroyed. - * Preserving these varaiables allows freeing the allocated memory by + * Preserving these variables allows freeing the allocated memory by * fqpie_callout_cleanup() independently from fq_pie_free_sched(). */ struct fq_pie_si_extra {