From nobody Fri Mar 27 06:59:34 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 4fhs2g2MSVz6XHNR for ; Fri, 27 Mar 2026 06:59:39 +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 4fhs2g1gZwz3Glj for ; Fri, 27 Mar 2026 06:59:39 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1774594779; 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=Zf3f7Ueh/sWHebnUllUNCVjllnPu2MRAwRoMcKbVSWc=; b=W9TMEL377gwUtNtWVuEJnGw+N/Q2evxQYi1qFS9cHpxcLjJAZ6l+vnsIC7Q3iwSG/Mj0tj xnX5T383oELb82v5xIABO0yyNKB2HtAp2IbRfOM9SLP36RNY+lRhEIauLvt26RiR5ix5zh wWEw9WfI1zW7FOV3aBmV3/K63zQ8+rFjbx6wCobwpBukTucTPV5vVqQGti847TDxj2ztvi IPygFSnm2nBMj9uomJtwF7A29SQwOgWRb6IJAK5jDngct3174DYgbAcOsGiWuWU8Evfnq2 hTkfrz4ApQa5T4npu7InJIlFGm9e2mLGfyTljEM2P4QdPwdJIq44WeLoTw0icw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1774594779; a=rsa-sha256; cv=none; b=J8dFY+Dpr2jP1oip4wBpUwD3CqGz+pE4upx1jxY38YRZ9XvbqRy0a9B3bWHW+CyubiX0vZ lE662ZD6Us37u0HbrqtvD06T+Ss4BpmEWJ5ituJ6H2F8liPSOs3x0w9gV0klcf5zZHPYn7 IgMNhkYh0JfV2LSSYXxTS7rRDsAtJlzD1DXJzZJSMUBJn4iq9bTIgaz81FzOGB9GRF9wQS 1kI8RNosN7Vlu75H4ZNq3tThjXNHsIUaML1vUEv+1FaUIf4VokUYDfhzykzsYoFjB+DsSn Z+ZGTgF8NQZ5qaJkJ9x4v/8M/aZ8jqDQul+kyMXVA2fmKdwt0HEY/ubF1SEU9w== 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=1774594779; 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=Zf3f7Ueh/sWHebnUllUNCVjllnPu2MRAwRoMcKbVSWc=; b=uqCLpuMC/Zj5ZXOmNWa+jMcCZw8/Tk3jQMB8IRCpkYghRsaWCrdAQfIlKKerensPzarZxM e13JYa9PKwDq1h6g5h9pDrOr2A2V2oN+FWexmQU4k6yzlnQVwQvHdtkWa+mYv7/jc5rNoG 7UaHPYsyULfeeHvscfNQfFcCkiw7BvVrIGrZGflFC2mUlOOy1gAQ4wJjzt3wc/SXCeZE1J xCiVYSOdlcniLctYvxBu/Bf6MqLZcnkKNVwFT/KvUbA3m/uV73n5eHawHQVerO/tmtBo1L wfqtuawx6lvfbalOijnGuu1D2FoyULwLeLbrcKcoehAScMKTx2YHSTlaOhTxsQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fhs2Z1CHvzCc1 for ; Fri, 27 Mar 2026 06:59:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 45a08 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 27 Mar 2026 06:59:34 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: aed3bc80fe03 - main - ofed: 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 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: aed3bc80fe033ab28e8f01cad49e73deb761516b Auto-Submitted: auto-generated Date: Fri, 27 Mar 2026 06:59:34 +0000 Message-Id: <69c62ad6.45a08.7da2a3bb@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=aed3bc80fe033ab28e8f01cad49e73deb761516b commit aed3bc80fe033ab28e8f01cad49e73deb761516b Author: Gordon Bergling AuthorDate: 2026-03-27 06:59:19 +0000 Commit: Gordon Bergling CommitDate: 2026-03-27 06:59:19 +0000 ofed: Fix a typo in a source code comment - s/refereced/referenced/ MFC after: 3 days --- sys/ofed/include/rdma/ib_mad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ofed/include/rdma/ib_mad.h b/sys/ofed/include/rdma/ib_mad.h index 454db78dbde5..45f5ee2ff2ca 100644 --- a/sys/ofed/include/rdma/ib_mad.h +++ b/sys/ofed/include/rdma/ib_mad.h @@ -558,7 +558,7 @@ struct ib_mad_send_wc { * ib_mad_recv_buf - received MAD buffer information. * @list: Reference to next data buffer for a received RMPP MAD. * @grh: References a data buffer containing the global route header. - * The data refereced by this buffer is only valid if the GRH is + * The data referenced by this buffer is only valid if the GRH is * valid. * @mad: References the start of the received MAD. */