git: 9e6248142f79 - stable/15 - ipfw(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 20 Aug 2026 06:02:07 UTC
The branch stable/15 has been updated by gbe:

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

commit 9e6248142f797af042df72e03cb7ea540d6f1213
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:55:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-20 06:00:30 +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 {