diff options
author | Chris Dunlop <[email protected]> | 2013-04-18 11:49:25 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-19 15:43:16 -0700 |
commit | 254255f735c4187f00df6d230b80cae508308f31 (patch) | |
tree | 6620cb9d325285264911a5f149f6810f28bfbb2d | |
parent | 8f1e11b6105bf46a4258958eb3dcae2ab21ed8b2 (diff) |
Trivial spelling fix
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1411
-rw-r--r-- | cmd/zfs/zfs_main.c | 2 | ||||
-rw-r--r-- | module/zfs/zfs_dir.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index 818ab914c..9671c0c2a 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -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); diff --git a/module/zfs/zfs_dir.c b/module/zfs/zfs_dir.c index 670e31398..4a4969f1c 100644 --- a/module/zfs/zfs_dir.c +++ b/module/zfs/zfs_dir.c @@ -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; |