git: 6cd48617c43f - main - qat: Fix typo (triple S)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 03:26:21 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=6cd48617c43f85372d82bc7ac90c10e0eeef3c98
commit 6cd48617c43f85372d82bc7ac90c10e0eeef3c98
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:17 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:31 +0000
qat: Fix typo (triple S)
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
sys/dev/qat/qat_api/include/dc/cpa_dc_bp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/qat/qat_api/include/dc/cpa_dc_bp.h b/sys/dev/qat/qat_api/include/dc/cpa_dc_bp.h
index c9eef94e0a60..97bcf8c5613b 100644
--- a/sys/dev/qat/qat_api/include/dc/cpa_dc_bp.h
+++ b/sys/dev/qat/qat_api/include/dc/cpa_dc_bp.h
@@ -148,7 +148,7 @@ typedef struct _CpaDcBatchOpData {
*
* @pre
* pSessionHandle has been setup using cpaDcInitSession()
- * Session must be setup as a stateless sesssion.
+ * Session must be setup as a stateless session.
* @note
* This function passes control to the compression service for processing
*