Date: Fri, 8 Jan 2021 11:37:39 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 87b3c8cc99f9 - main - Fix spelling in mlx5core. Message-ID: <202101081137.108BbdAw013832@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=87b3c8cc99f964d152ab12f38560de157c681d4d commit 87b3c8cc99f964d152ab12f38560de157c681d4d Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2021-01-08 10:54:16 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2021-01-08 11:35:54 +0000 Fix spelling in mlx5core. MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking --- sys/dev/mlx5/mlx5_core/mlx5_health.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_core/mlx5_health.c b/sys/dev/mlx5/mlx5_core/mlx5_health.c index b9d89f1a552b..7df7870d006f 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_health.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_health.c @@ -492,7 +492,7 @@ static const char *hsynd_str(u8 synd) case MLX5_HEALTH_SYNDR_FFSER_ERR: return "FFSER error"; case MLX5_HEALTH_SYNDR_HIGH_TEMP: - return "High temprature"; + return "High temperature"; default: return "unrecognized error"; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101081137.108BbdAw013832>