The branch main has been updated by gbe (doc committer):

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

commit c937fb286fed530ec1777a6734a1841d6031875b
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2021-12-02 09:51:18 +0000
Commit:     Gordon Bergling <[email protected]>
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,

Reply via email to