git: 4c2795340ebb - main - mlx5 ipsec: fix typo in the message

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sun, 09 Feb 2025 00:19:48 UTC
The branch main has been updated by kib:

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

commit 4c2795340ebbd92d16cdcb1d7f83e5f35ed4a1eb
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-02-09 00:15:30 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-02-09 00:19:32 +0000

    mlx5 ipsec: fix typo in the message
    
    Sponsored by:   NVidia networking
---
 sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c b/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
index 159c82500a9f..b7e8eb88f625 100644
--- a/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
+++ b/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
@@ -293,7 +293,7 @@ static int mlx5e_xfrm_validate_state(struct mlx5_core_dev *mdev,
 	}
 
 	if (saidx->mode != IPSEC_MODE_TRANSPORT) {
-		mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offlaod mode\n");
+		mlx5_core_err(mdev, "Only transport xfrm states may be offloaded in full offload mode\n");
 		return (EINVAL);
 	}