Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 12:10:21 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 76f7f0555809 - stable/15 - qlnxe(4): Fix a typo in a source code comment
Message-ID:  <699af22d.3ea4a.7b168526@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=76f7f055580996304c0eab7911355a8061342581

commit 76f7f055580996304c0eab7911355a8061342581
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-02-08 12:00:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-02-22 12:09:07 +0000

    qlnxe(4): Fix a typo in a source code comment
    
    - s/segement/segment/
    
    (cherry picked from commit ff08ad36c2acb3553b9f585a9bd01fd1306bfd7e)
---
 sys/dev/qlnx/qlnxe/ecore_cxt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/qlnx/qlnxe/ecore_cxt.c b/sys/dev/qlnx/qlnxe/ecore_cxt.c
index 6ace59ed68ce..153aa956396b 100644
--- a/sys/dev/qlnx/qlnxe/ecore_cxt.c
+++ b/sys/dev/qlnx/qlnxe/ecore_cxt.c
@@ -733,7 +733,7 @@ enum _ecore_status_t ecore_cxt_cfg_ilt_compute(struct ecore_hwfn *p_hwfn,
 			 *      block in the ILT client. This is later used to
 			 *      configure the CDU segment offset registers and
 			 *      results in an FL command for TIDs of this
-			 *      segement behaves as regular load commands
+			 *      segment behaves as regular load commands
 			 *      (loading TIDs from the working memory).
 			 */
 			line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699af22d.3ea4a.7b168526>