mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix typos in lib/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9237
This commit is contained in:
committed by
Tony Hutter
parent
7572926bc5
commit
6673ef3f6f
@@ -1793,7 +1793,7 @@ zpool_find_import_scan_path(libpc_handle_t *hdl, pthread_mutex_t *lock,
|
||||
char *dpath, *name;
|
||||
|
||||
/*
|
||||
* Seperate the directory part and last part of the
|
||||
* Separate the directory part and last part of the
|
||||
* path. We do this so that we can get the realpath of
|
||||
* the directory. We don't get the realpath on the
|
||||
* whole path because if it's a symlink, we want the
|
||||
@@ -2080,8 +2080,8 @@ zpool_find_import_impl(libpc_handle_t *hdl, importargs_t *iarg)
|
||||
tpool_destroy(t);
|
||||
|
||||
/*
|
||||
* Process the cache filtering out any entries which are not
|
||||
* for the specificed pool then adding matching label configs.
|
||||
* Process the cache, filtering out any entries which are not
|
||||
* for the specified pool then adding matching label configs.
|
||||
*/
|
||||
cookie = NULL;
|
||||
while ((slice = avl_destroy_nodes(cache, &cookie)) != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user