summaryrefslogtreecommitdiffstats
path: root/include/sys/vdev_draid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/vdev_draid.h')
-rw-r--r--include/sys/vdev_draid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/vdev_draid.h b/include/sys/vdev_draid.h
index 65417a93c..52ce4ba16 100644
--- a/include/sys/vdev_draid.h
+++ b/include/sys/vdev_draid.h
@@ -51,7 +51,7 @@ extern "C" {
* dRAID permutation map.
*/
typedef struct draid_map {
- uint64_t dm_children; /* # of permuation columns */
+ uint64_t dm_children; /* # of permutation columns */
uint64_t dm_nperms; /* # of permutation rows */
uint64_t dm_seed; /* dRAID map seed */
uint64_t dm_checksum; /* Checksum of generated map */