]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zfs_vnops.c
Fix typos in module/zfs/
[mirror_zfs.git] / module / zfs / zfs_vnops.c
index 1ad6f1588cc22f7ff9b3862f913812d9e07d3116..de7b59935e8c9c917b2fe742b007e5722230fb17 100644 (file)
@@ -889,7 +889,7 @@ zfs_write(struct inode *ip, uio_t *uio, int ioflag, cred_t *cr)
                 * Clear Set-UID/Set-GID bits on successful write if not
                 * privileged and at least one of the execute bits is set.
                 *
-                * It would be nice to to this after all writes have
+                * It would be nice to do this after all writes have
                 * been done, but that would still expose the ISUID/ISGID
                 * to another app after the partial write is committed.
                 *
@@ -4378,7 +4378,7 @@ top:
                uint64_t txtype = TX_LINK;
                /*
                 * tmpfile is created to be in z_unlinkedobj, so remove it.
-                * Also, we don't log in ZIL, be cause all previous file
+                * Also, we don't log in ZIL, because all previous file
                 * operation on the tmpfile are ignored by ZIL. Instead we
                 * always wait for txg to sync to make sure all previous
                 * operation are sync safe.
@@ -4638,7 +4638,7 @@ zfs_dirty_inode(struct inode *ip, int flags)
 
 #ifdef I_DIRTY_TIME
        /*
-        * This is the lazytime semantic indroduced in Linux 4.0
+        * This is the lazytime semantic introduced in Linux 4.0
         * This flag will only be called from update_time when lazytime is set.
         * (Note, I_DIRTY_SYNC will also set if not lazytime)
         * Fortunately mtime and ctime are managed within ZFS itself, so we