Trivial spelling fix

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1411
This commit is contained in:
Chris Dunlop
2013-04-18 11:49:25 +10:00
committed by Brian Behlendorf
parent 8f1e11b610
commit 254255f735
2 changed files with 2 additions and 2 deletions
+1 -1
View 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;