Date: Wed, 20 Dec 2023 07:35:38 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2ad07dc6ceaf - stable/14 - qat: Fix two typos in source code comments Message-ID: <202312200735.3BK7ZcMi039262@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=2ad07dc6ceafa2e2542448d5e938883f1a59aeb6 commit 2ad07dc6ceafa2e2542448d5e938883f1a59aeb6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-12-17 14:18:57 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-12-20 07:35:25 +0000 qat: Fix two typos in source code comments - s/parmeters/parameters/ (cherry picked from commit ada4cd3f7710d9759e391e84ad21b7763062bdbc) --- sys/dev/qat/qat_api/include/lac/cpa_cy_sym.h | 2 +- sys/dev/qat/qat_api/include/lac/cpa_cy_sym_dp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/qat/qat_api/include/lac/cpa_cy_sym.h b/sys/dev/qat/qat_api/include/lac/cpa_cy_sym.h index 934ad2520774..370b7e2397c4 100644 --- a/sys/dev/qat/qat_api/include/lac/cpa_cy_sym.h +++ b/sys/dev/qat/qat_api/include/lac/cpa_cy_sym.h @@ -1194,7 +1194,7 @@ cpaCySymSessionCtxGetSize(const CpaInstanceHandle instanceHandle, * minimum memory size needed to support all possible setup data parameter * combinations. cpaCySymSessionCtxGetDynamicSize() will return the * minimum memory size needed to support the specific session setup - * data parmeters provided. This size may be different for different setup + * data parameters provided. This size may be different for different setup * data parameters. * * @context diff --git a/sys/dev/qat/qat_api/include/lac/cpa_cy_sym_dp.h b/sys/dev/qat/qat_api/include/lac/cpa_cy_sym_dp.h index 479cb72c2cf2..7f103ec98e51 100644 --- a/sys/dev/qat/qat_api/include/lac/cpa_cy_sym_dp.h +++ b/sys/dev/qat/qat_api/include/lac/cpa_cy_sym_dp.h @@ -559,7 +559,7 @@ cpaCySymDpSessionCtxGetSize(const CpaInstanceHandle instanceHandle, * minimum memory size needed to support all possible setup data parameter * combinations. cpaCySymDpSessionCtxGetDynamicSize() will return the * minimum memory size needed to support the specific session setup - * data parmeters provided. This size may be different for different setup + * data parameters provided. This size may be different for different setup * data parameters. * * @context
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312200735.3BK7ZcMi039262>