diff options
author | Brian Behlendorf <[email protected]> | 2009-08-18 12:09:14 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-08-18 12:09:14 -0700 |
commit | b330ab77dfa9ec1d3844bcb25cdf5eb02fbe318d (patch) | |
tree | 157afe7ded2d31f2bebbe5f5235b1eaf3432b1f3 /cmd/zfs/zfs_iter.c | |
parent | 5b629493e04f13db9d0e29bf7d5a85769be91459 (diff) | |
parent | 45d1cae3b8c949ecc391dd7a5b81963b34c71c29 (diff) |
Merge commit 'refs/top-bases/fix-dbuf_dirty_record_t' into fix-dbuf_dirty_record_t
Diffstat (limited to 'cmd/zfs/zfs_iter.c')
-rw-r--r-- | cmd/zfs/zfs_iter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_iter.c b/cmd/zfs/zfs_iter.c index ca5c2b232..04dd2bdeb 100644 --- a/cmd/zfs/zfs_iter.c +++ b/cmd/zfs/zfs_iter.c @@ -362,7 +362,7 @@ zfs_for_each(int argc, char **argv, int flags, zfs_type_t types, cb.cb_types = types; cb.cb_depth_limit = limit; /* - * If cb_proplist is provided then in the zfs_handles created we + * If cb_proplist is provided then in the zfs_handles created we * retain only those properties listed in cb_proplist and sortcol. * The rest are pruned. So, the caller should make sure that no other * properties other than those listed in cb_proplist/sortcol are |