git: 3e46676638ac - main - mlx(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 08 Feb 2026 12:02:59 UTC
The branch main has been updated by gbe:

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

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

    mlx(4): Fix a typo in a source code comment
    
    - s/segements/segments/
    
    MFC after:      3 days
---
 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 = {