summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-07-18 00:22:42 +0000
committerdelphij <delphij@FreeBSD.org>2013-07-18 00:22:42 +0000
commit5a5f4c42fb5eefbdced46e1eea4f3bffe59376f8 (patch)
tree395a08ac4a6de6a3c04bd36bbf5eac5fd17a289f /cddl
parenta6cf66c6cfea279d740ce36eac27ac9ec27ae0cb (diff)
downloadFreeBSD-src-5a5f4c42fb5eefbdced46e1eea4f3bffe59376f8.zip
FreeBSD-src-5a5f4c42fb5eefbdced46e1eea4f3bffe59376f8.tar.gz
Manually merge part of vendor import r238583 from Illumos.
Illumos changeset: 13680:2bd022a765e2 Illumos ZFS issue: 2671 zpool import should not fail if vdev ashift has increased MFC after: 3 days
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/cmd/zpool/zpool_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
index 5b24a2f..bfb7114 100644
--- a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
+++ b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
@@ -3997,7 +3997,7 @@ print_dedup_stats(nvlist_t *config)
/*
* If the pool was faulted then we may not have been able to
- * obtain the config. Otherwise, if have anything in the dedup
+ * obtain the config. Otherwise, if we have anything in the dedup
* table continue processing the stats.
*/
if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_OBJ_STATS,
OpenPOWER on IntegriCloud