Skip to content

Commit

Permalink
Trivial spelling fix
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1411
  • Loading branch information
chrisrd authored and behlendorf committed Apr 19, 2013
1 parent 8f1e11b commit 254255f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/zfs/zfs_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion module/zfs/zfs_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 254255f

Please sign in to comment.