diff options
Diffstat (limited to 'usr/src/cmd')
| -rw-r--r-- | usr/src/cmd/zpool/zpool_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr/src/cmd/zpool/zpool_main.c b/usr/src/cmd/zpool/zpool_main.c index 3083375060..6a6b88c730 100644 --- a/usr/src/cmd/zpool/zpool_main.c +++ b/usr/src/cmd/zpool/zpool_main.c @@ -3703,7 +3703,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, | 
