From nobody Thu Aug 20 06:02:07 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hQXrw0rYXz6pCJf for ; Thu, 20 Aug 2026 06:02:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hQXrv3mzfz3NyH for ; Thu, 20 Aug 2026 06:02:07 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787205727; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0oeeUMvVQKJrhd3pXmXhyOgdxwNyLT83RXylabS2kI8=; b=KpqrqXtqEweNnbDk0nCYmjPxSJgMLFc6P/NX0za2pOM21riWszDbKA6AQSJXDXVbCTn8J0 9ViRfhA0oCgxR4EmVvj6IGNRM5cdLy+M4ZYCSbM7nggslatb2KVMmu6QnwLBUpTzua7Epf FQ1jqaY0ql3osBqOFrBiHNgemS7WCoELGSqkiweqHrbaXbIhRKW2u9thdneB0D4gMZx2H0 XWGfhyW/On+hBeunwscSZ5RtWJ0qbTorqDu6x07ntBXLPmek4YEEivFGmkCkuHn42RDFVk 6wCcLvQb3l8Sgtt8KqjAXWCUIfi0jD/iQHjCSJQzUdzMriiWRHNA6/T6QaJ2FA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787205727; a=rsa-sha256; cv=none; b=A2VnvkWxaDurMqmLdn6wEw8X6/g5RC9Pi755+itX8UPCTbzkLB9siPtxLElvEWZZhUSRII TaOPekbxQYzb2YIkAd+tGHUEBk96bhkCxBly34qRyI66YLY+tegO9j4fFQXudwkoXG/zfE Wa7SkMo+veeYYAQ+4U9GtQyfURb0tfPbKHcdAyn7jJZvGgUofqcpO5+Ia9RuEGwYWz7W6t cfAkxQLZZhwQOyQHmnILjc6wqaZIhp3ig8Y/c31GdQnz3UnlasqhTbOLK7SK+Pf9R28xjZ rZuPvDzkWQRBoDL61u7nyVY8Pwjs2JGFAQTdpvXg/AXbHIizRcJyPHIVuIE9dA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787205727; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0oeeUMvVQKJrhd3pXmXhyOgdxwNyLT83RXylabS2kI8=; b=tAOiT+Oj2Ck2QzDN7Oe8CWDQkIT2Pp5B7LJDdHDkE1zdvNXii4AljLS5fSXOi3M1iF2KQ1 hwejR2X5IZtkHDK77vFfy1DZ53+Cia9QYmO7QdK/sQjurPNcRIhlI9bE6LJW0NGI8KdN91 vCJEdbbiI7Igpvj0IpSnXPLb5DqgwySTjmtVL/TKWA+oHQEsRrXUAPwN4dfKH47NBdOqwF peCgiAFFkJyXsH7HT5bB1lrxeC11tbpH0xtOakdBj2tGtehFYoCuDrL//su4UQhxGjHnfQ 0p3RPjURU3ptOonfyGmiMW/k5h5gEJT0uUSwM+DybVEObraeAEvkJQTP2r9yzw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hQXrv2bPwz14Y3 for ; Thu, 20 Aug 2026 06:02:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 19fe9 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 20 Aug 2026 06:02:07 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 9e6248142f79 - stable/15 - ipfw(4): Fix a typo in a source code comment List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 9e6248142f797af042df72e03cb7ea540d6f1213 Auto-Submitted: auto-generated Date: Thu, 20 Aug 2026 06:02:07 +0000 Message-Id: <6a86985f.19fe9.2a8af47b@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=9e6248142f797af042df72e03cb7ea540d6f1213 commit 9e6248142f797af042df72e03cb7ea540d6f1213 Author: Gordon Bergling AuthorDate: 2026-08-17 05:55:17 +0000 Commit: Gordon Bergling 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 {