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

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

commit a4181a3ec3ee1df198dd54383d96d02ba646c48d
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-07-31 08:28:20 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-07-31 08:28:20 +0000

    mlx5en(4): Fix a typo in a source code comment
    
    - s/functino/function/
    
    MFC after:      3 days
---
 sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c 
b/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
index 39bbd6a37cf3..356962cfad99 100644
--- a/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
+++ b/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
@@ -648,7 +648,7 @@ mlx5e_tls_rx_set_params(void *ctx, struct inpcb *inp, const 
struct tls_session_p
 CTASSERT(MLX5E_TLS_RX_ST_INIT == 0);
 
 /*
- * This functino is responsible for allocating a TLS RX tag. It is a
+ * This function is responsible for allocating a TLS RX tag. It is a
  * callback function invoked by the network stack.
  *
  * Returns zero on success else an error happened.

Reply via email to