]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Trivial spelling fix
authorChris Dunlop <chris@onthe.net.au>
Thu, 18 Apr 2013 01:49:25 +0000 (11:49 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Apr 2013 22:43:16 +0000 (15:43 -0700)
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1411

cmd/zfs/zfs_main.c
module/zfs/zfs_dir.c

index 818ab914c2de5777dcfd525200e76358f5d6215e..9671c0c2a703fc6062d8e55b7e18e87ddc82406d 100644 (file)
@@ -5383,7 +5383,7 @@ get_one_dataset(zfs_handle_t *zhp, void *data)
        }
 
        /*
-        * Interate over any nested datasets.
+        * Iterate over any nested datasets.
         */
        if (zfs_iter_filesystems(zhp, get_one_dataset, data) != 0) {
                zfs_close(zhp);
index 670e31398d80d8acfdfc0eb02ab0890073746c70..4a4969f1cb2645d40443b05e4109469996f8be60 100644 (file)
@@ -562,7 +562,7 @@ zfs_unlinked_drain(zfs_sb_t *zsb)
        int             error;
 
        /*
-        * Interate over the contents of the unlinked set.
+        * Iterate over the contents of the unlinked set.
         */
        for (zap_cursor_init(&zc, zsb->z_os, zsb->z_unlinkedobj);
            zap_cursor_retrieve(&zc, &zap) == 0;