Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 12:11:48 +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: a8947e2256b8 - stable/14 - mlx(4): Fix a typo in a source code comment
Message-ID:  <699af284.4015f.4fa34be0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

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

commit a8947e2256b8420e8498ff89f8ea16a7b68bfec5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-02-08 12:01:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-02-22 12:11:21 +0000

    mlx(4): Fix a typo in a source code comment
    
    - s/segements/segments/
    
    (cherry picked from commit 3e46676638ac089c71e8424961449895c0babcfb)
---
 sys/dev/mlx4/mlx4_core/mlx4_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mlx4/mlx4_core/mlx4_main.c b/sys/dev/mlx4/mlx4_core/mlx4_main.c
index ca63d1d12ba6..302b9d9cc2f4 100644
--- a/sys/dev/mlx4/mlx4_core/mlx4_main.c
+++ b/sys/dev/mlx4/mlx4_core/mlx4_main.c
@@ -135,7 +135,7 @@ static struct mlx4_profile default_profile = {
 	.num_cq		= 1 << 16,
 	.num_mcg	= 1 << 13,
 	.num_mpt	= 1 << 19,
-	.num_mtt	= 1 << 20, /* It is really num mtt segements */
+	.num_mtt	= 1 << 20, /* It is really num mtt segments */
 };
 
 static struct mlx4_profile low_mem_profile = {


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699af284.4015f.4fa34be0>