From 3e46676638ac089c71e8424961449895c0babcfb Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 8 Feb 2026 13:01:27 +0100 Subject: 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(-) (limited to 'sys/dev') 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 = { -- cgit v1.3