]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/qat.h
Fix typos in module/zfs/
[mirror_zfs.git] / module / zfs / qat.h
index 9014c03148bad09c3128961904a7bba6b3f8a279..fdd60813940248769f0b0fcfc0a6522d2af21156 100644 (file)
@@ -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;