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:
Andrea Gelmini
2019-09-03 02:53:27 +02:00
committed by Tony Hutter
parent 7572926bc5
commit 6673ef3f6f
16 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -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) {