git: 251e6ef40203 - main - ipfw(4): Fix a typo in a source code comment
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a82a328.3ad57.68f1c2bc__37759.7891538002$1786946459$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=251e6ef40203a6f911d7f4daacf3075de7f870c0 commit 251e6ef40203a6f911d7f4daacf3075de7f870c0 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:55:17 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-08-17 05:55:17 +0000 ipfw(4): Fix a typo in a source code comment - s/varaiables/variables/ MFC after: 3 days --- 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 {