The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=81672edc315b69413b19a4f7fc18a8fc4c9ab89f
commit 81672edc315b69413b19a4f7fc18a8fc4c9ab89f Author: Gordon Bergling <[email protected]> AuthorDate: 2026-02-08 12:01:27 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-02-22 12:08:52 +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 = {
