aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/qat.h
diff options
context:
space:
mode:
Diffstat (limited to 'module/zfs/qat.h')
-rw-r--r--module/zfs/qat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/zfs/qat.h b/module/zfs/qat.h
index 9014c0314..fdd608139 100644
--- a/module/zfs/qat.h
+++ b/module/zfs/qat.h
@@ -85,7 +85,7 @@ typedef struct qat_stats {
* Number of fails in the QAT compression / decompression engine.
* Note: when a QAT error happens, it doesn't necessarily indicate a
* critical hardware issue. Sometimes it is because the output buffer
- * is not big enough. The compression job will be transfered to the
+ * is not big enough. The compression job will be transferred to the
* gzip software implementation so the functionality of ZFS is not
* impacted.
*/
@@ -118,7 +118,7 @@ typedef struct qat_stats {
/*
* Number of fails in the QAT encryption / decryption engine.
* Note: when a QAT error happens, it doesn't necessarily indicate a
- * critical hardware issue. The encryption job will be transfered
+ * critical hardware issue. The encryption job will be transferred
* to the software implementation so the functionality of ZFS is
* not impacted.
*/
@@ -135,7 +135,7 @@ typedef struct qat_stats {
/*
* Number of fails in the QAT checksum engine.
* Note: when a QAT error happens, it doesn't necessarily indicate a
- * critical hardware issue. The checksum job will be transfered to the
+ * critical hardware issue. The checksum job will be transferred to the
* software implementation so the functionality of ZFS is not impacted.
*/
kstat_named_t cksum_fails;