diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2023-12-28 03:17:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-12-28 03:24:31 +0000 |
| commit | 6cd48617c43f85372d82bc7ac90c10e0eeef3c98 (patch) | |
| tree | caa05d5791bd4747330e81fa5acb7b4900bed061 | |
| parent | 531a12d90d7dc547981a151e3e1fdd0c45e970c5 (diff) | |
| -rw-r--r-- | sys/dev/qat/qat_api/include/dc/cpa_dc_bp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |
