mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Trivial spelling fix
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #1411
This commit is contained in:
committed by
Brian Behlendorf
parent
8f1e11b610
commit
254255f735
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user