From nobody Sat Apr 4 07:11:24 2026 X-Original-To: dev-commits-src-main@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 4fnmwY1ffyz6Y5Rn for ; Sat, 04 Apr 2026 07:11:25 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fnmwX72zzz4Kdw for ; Sat, 04 Apr 2026 07:11:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775286685; 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=NouOP80X4pcaNRwV3UhLlenDwVZZ5pdQZQQhb0qpvhE=; b=Xe/vyTygCmIi58myRyn4NYxZmOtuAZEMOsDe7ru1eUzY/fbqTIJwfmZK9uy3tPES1IRV1L Fm+1wITnXabjxDyBEOofOp6o9urJTRANrlxQcG+AlYj7TscmdIQzo5WXAz8t/12qsSjHC+ AOg9kM8rP3j0jM+/C5kZz0Wf/Gun2HQ+z9Lf5SdC9rmVQRBbS8i7K94g+JrtCYWkyWQYeG U2aLWLfcyLmPoWXCQIqGkfy0JCwXBpNBYyiKZIp12bEvbPlUXUOuhwI9ObX3iiE+ONb40+ Y0Enbv6trNdD4IEqO4IePjQP+9v1oLOFFzFEvfc+XrVm+O84dZdMRrrFuUMYJw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1775286685; a=rsa-sha256; cv=none; b=jbIzR3ZUujFWZNb+Qjb8BafIATYK8TtjgPrkhuhAslpzp0F1vYrPmpyq+CB1ieeEUo6S1S J7KmzSQtHU4VdsARs/tZVp3+gZ/9s+8ZO3qKfQ045Xh11DAH7DmG91ooK+6ZSxJ43l8Xvh aK/gQL9NQguOEwPKYklcK/vjMoJ/k4gnS3w+oVDNZP22cBWVhZ9iabDvFcH8eZPLC9svqf qa0rqFye0u2V1qf36NSqIhl36GRilNwgRbSiy0nZ89nNyaEKBA26hDmWflEHnDSK30XEWl eWgD2VeZ7rFS713u55eEZoPiZv1Jk/Az0BBx72P9onic2EgdznNDLPfti253Dw== 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=1775286685; 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=NouOP80X4pcaNRwV3UhLlenDwVZZ5pdQZQQhb0qpvhE=; b=gMdend8aE10cmlJO7drhey5ipU9ILHUH2Df5mvkiNu5PdHJPiKudxRBXg5miUNxEtXWus9 x550E1YAdOHYBz4OmoO2bfx2fO8Tq9RvU0Y72eMeg8ifLs0hcoKOE8NafUr/a4/+thxpxL HpCnNX7bXa4ncAqliH+9CTVqpIn6FLGhKS0F9Rydgs0HC0ry4CJ9bI6xb0umP4vJ98tXle Gut4spvpx8k0ckURb8Isgcm548U2CQvtnZWvnPYQNtJm45IFAzuTybvWpRA1PHkbsEk/l7 BKVqooZxAEPSb4/ZYUuVKgYwFtIBJsybtZ5eWLZZF6O2MXjdXyaKLC6ttf4dzQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fnmwX6TSpz1Mh0 for ; Sat, 04 Apr 2026 07:11:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 24704 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 04 Apr 2026 07:11:24 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: ef3703a8cd9a - main - ixl(4): Fix a typo in a source code comment List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org 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/main X-Git-Reftype: branch X-Git-Commit: ef3703a8cd9ade13d0c7a685577100e1fc18ee09 Auto-Submitted: auto-generated Date: Sat, 04 Apr 2026 07:11:24 +0000 Message-Id: <69d0b99c.24704.4d3caa3b@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=ef3703a8cd9ade13d0c7a685577100e1fc18ee09 commit ef3703a8cd9ade13d0c7a685577100e1fc18ee09 Author: Gordon Bergling AuthorDate: 2026-04-04 07:06:58 +0000 Commit: Gordon Bergling CommitDate: 2026-04-04 07:11:11 +0000 ixl(4): Fix a typo in a source code comment - s/seperated/separated/ MFC after: 3 days --- sys/dev/ixl/ixl_txrx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ixl/ixl_txrx.c b/sys/dev/ixl/ixl_txrx.c index 04b8279bdc59..bca5abd370f5 100644 --- a/sys/dev/ixl/ixl_txrx.c +++ b/sys/dev/ixl/ixl_txrx.c @@ -33,7 +33,7 @@ /* ** IXL driver TX/RX Routines: -** This was seperated to allow usage by +** This was separated to allow usage by ** both the PF and VF drivers. */