]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zfs_byteswap.c
Fix typos in module/zfs/
[mirror_zfs.git] / module / zfs / zfs_byteswap.c
index 7893bde4e2dbf813f5bf3d955ea56bd8da2e84bc..1b8bb82c3fbc8177dec9ae760a67ce37555159d5 100644 (file)
@@ -44,7 +44,7 @@ zfs_oldace_byteswap(ace_t *ace, int ace_cnt)
 }
 
 /*
- * swap ace_t and ace_oject_t
+ * swap ace_t and ace_object_t
  */
 void
 zfs_ace_byteswap(void *buf, size_t size, boolean_t zfs_layout)
@@ -70,7 +70,7 @@ zfs_ace_byteswap(void *buf, size_t size, boolean_t zfs_layout)
                         * larger than needed to hold the aces
                         * present.  As long as we do not do any
                         * swapping beyond the end of our block we are
-                        * okay.  It it safe to swap any non-ace data
+                        * okay.  It is safe to swap any non-ace data
                         * within the block since it is just zeros.
                         */
                        if (ptr + sizeof (zfs_ace_hdr_t) > end) {