X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzfs_dir.c;h=4a4969f1cb2645d40443b05e4109469996f8be60;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=670e31398d80d8acfdfc0eb02ab0890073746c70;hpb=7973e464de4f93b6e669f7f04a316e013767224e;p=zfs.git diff --git a/module/zfs/zfs_dir.c b/module/zfs/zfs_dir.c index 670e313..4a4969f 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;