git: 8460767ded57 - stable/13 - mlx5: Correct a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Dec 2021 09:08:21 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8460767ded579fb740d474f52caaf91b173f1063 commit 8460767ded579fb740d474f52caaf91b173f1063 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-02 09:51:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-05 09:08:07 +0000 mlx5: Correct a typo in a sysctl description - s/parameteres/parameters/ (cherry picked from commit c937fb286fed530ec1777a6734a1841d6031875b) --- sys/dev/mlx5/mlx5_en/mlx5_en_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c index 655e531fb8b8..12bd7e530762 100644 --- a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c +++ b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c @@ -1096,7 +1096,7 @@ static int mlx5e_fast_calibration = 1; static int mlx5e_normal_calibration = 30; static SYSCTL_NODE(_hw_mlx5, OID_AUTO, calibr, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, - "MLX5 timestamp calibration parameteres"); + "MLX5 timestamp calibration parameters"); SYSCTL_INT(_hw_mlx5_calibr, OID_AUTO, duration, CTLFLAG_RWTUN, &mlx5e_calibration_duration, 0,