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 818ab91..9671c0c 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 670e313..4a4969f 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;