diff options
author | Andrea Gelmini <[email protected]> | 2019-09-03 02:53:27 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-02 17:53:27 -0700 |
commit | 7859537768e030d0151a6d72a6b031751228bc85 (patch) | |
tree | 15fc02abdd255b0b32285746ebc30dc6f614ed93 /lib/libzutil | |
parent | c9539600484d8f89d48629eb5775c8b1967fe7d7 (diff) |
Fix typos in lib/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9237
Diffstat (limited to 'lib/libzutil')
-rw-r--r-- | lib/libzutil/zutil_import.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libzutil/zutil_import.c b/lib/libzutil/zutil_import.c index e82744383..28733cc74 100644 --- a/lib/libzutil/zutil_import.c +++ b/lib/libzutil/zutil_import.c @@ -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) { |