git: c937fb286fed - main - mlx5: Correct a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 09:54:42 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c937fb286fed530ec1777a6734a1841d6031875b commit c937fb286fed530ec1777a6734a1841d6031875b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-02 09:51:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-02 09:51:18 +0000 mlx5: Correct a typo in a sysctl description - s/parameteres/parameters/ MFC after: 3 days --- 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 bf8c3c52a343..212bcf9711ea 100644 --- a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c +++ b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c @@ -1104,7 +1104,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,