Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 03:26:21 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6cd48617c43f - main - qat: Fix typo (triple S)
Message-ID:  <202312280326.3BS3QLK2077966@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312280326.3BS3QLK2077966>