diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-03 01:38:53 +0000 |
---|---|---|
committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2021-04-03 01:52:15 +0000 |
commit | bf169e9f15efbc343b931f20cfad5d2b59c8a821 (patch) | |
tree | a15662d4490569937a30c715704ff51a698a2473 /include/sys/vdev_draid.h | |
parent | 943df59ed942182427ed50b94a346dc22c4407e6 (diff) | |
download | src-bf169e9f15efbc343b931f20cfad5d2b59c8a821.tar.gz src-bf169e9f15efbc343b931f20cfad5d2b59c8a821.zip |
Fix various typos
Correct an assortment of typos throughout the code base.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #11774
Diffstat (limited to 'include/sys/vdev_draid.h')
-rw-r--r-- | include/sys/vdev_draid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/vdev_draid.h b/include/sys/vdev_draid.h index 65417a93c4ed..52ce4ba16105 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 */ |