From nobody Thu Aug 20 06:04:58 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 4hQXwC0Drbz6pCQ5 for ; Thu, 20 Aug 2026 06:04:59 +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 4hQXwB27C0z3RKp for ; Thu, 20 Aug 2026 06:04:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787205898; 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=QRdEsuOzwe8szohCbFhlKnnXP3dY792Af98/pTjUNSU=; b=elMe/dWZYzLl2l55hJLoVZ0PKME9UrIlcurEC2CRnrJA2IY9gtv9QozFvMYef9zH3inMPN rE3sWtwt3VQ2DV5r0GOyRbekT6gnSwDKjX73Nm7YpXATXmTtTQ2aI/z5BRf/AElOUakzxW AL23RWLXA9oIcS6pRNNDWsN/TLhWKfHK1WaYJWvTCk7buRtjCO8tzuYxDzEWj6n/3EAAKw l7J7xwv8IPQJ/GqlMYYe9N93MlwG1Ou6Zex8Cwx7J2xFiD/8mI2KdMhwTmkhMkRBZp1u4c 0uSPuYpiNGsdSl++wQiefuOQ5RJw3QIfYoLpd3e3Cdr7/t3vszNrSJ6ImmkJMg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787205898; a=rsa-sha256; cv=none; b=r+PiJdmTeK8pqm90QVh0gUOidF8E9CXoHqAILfo/Y1WYGzi5gMsWtBbC7I6/vuIRstJ4pQ y0A1+zbZ2NFsFOnOMZBv6bITtJljSQAb2XkArPUnpDkhshFJ1l9Sbz1KQ4VQT8IfuDx2M7 NgQJXvK29hbUt9Ry6hpAfDn3EqYcq6l9D77u+3IQSYXVD5tI5eo/fIIVBL2GOjDJtS8ZUH c8FMOHFWt/NrbDxKGoDKi9IaMtYw0XthMXizFveQqoUQkVD81qGuzR9/RMca2SLXjBn8Jo agOMgwY4Q0H48/8oE0wJylSxhMfb5zxZbR5pJBcBUI11VLQO2D11SXUuc+H1Og== 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=1787205898; 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=QRdEsuOzwe8szohCbFhlKnnXP3dY792Af98/pTjUNSU=; b=MIHXk6QHJs7rKov3o21VbvRu/kXkRva+fPPZuEiM6jWIvh5xMqIWEFHuUZ9b8lmEhlb9Vc EA2d36yvGlkdQjwYMCZw6Mcck5MAa4O9IRujrXU8ZxT98CBRscBJ1mziptqBiMHXGTOAzC E4CjDJ3jAPkDFe8Tir/qFZAPfDoJr47amKMA6bhalLcryJwtbzVcIodxxEd9MDr1o1bPjo RndwxnDlZvX7eExt9VBHU2bzXdzzYRbTviJztAPvPHKP0ZIoBzZxZvw//6WfyWlDFhmGcM JA1B7hyhnBssv6s/yawUfMUcNSk9ldzpQte2P8ytJqMjSzj+k7vExcjh0J3Lkw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hQXwB120yz14bs for ; Thu, 20 Aug 2026 06:04:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1d2fe by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 20 Aug 2026 06:04:58 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 05f49086ac00 - stable/14 - 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/14 X-Git-Reftype: branch X-Git-Commit: 05f49086ac008e2384bbeb6531190757f3e05eff Auto-Submitted: auto-generated Date: Thu, 20 Aug 2026 06:04:58 +0000 Message-Id: <6a86990a.1d2fe.36f11fe2@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 AuthorDate: 2026-08-17 05:55:17 +0000 Commit: Gordon Bergling 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 {