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 /module/zfs | |
parent | 8f1e11b6105bf46a4258958eb3dcae2ab21ed8b2 (diff) |
Trivial spelling fix
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1411
Diffstat (limited to 'module/zfs')
-rw-r--r-- | module/zfs/zfs_dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |