git: 251e6ef40203 - main - ipfw(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 17 Aug 2026 05:59:04 UTC
The branch main has been updated by gbe:

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

commit 251e6ef40203a6f911d7f4daacf3075de7f870c0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:55:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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 {