The branch stable/14 has been updated by gbe:

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

commit a8947e2256b8420e8498ff89f8ea16a7b68bfec5
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2026-02-08 12:01:27 +0000
Commit:     Gordon Bergling <[email protected]>
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 = {

Reply via email to