From 254255f735c4187f00df6d230b80cae508308f31 Mon Sep 17 00:00:00 2001 From: Chris Dunlop Date: Thu, 18 Apr 2013 11:49:25 +1000 Subject: [PATCH] Trivial spelling fix Signed-off-by: Brian Behlendorf Closes #1411 --- cmd/zfs/zfs_main.c | 2 +- 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; -- 2.39.2