diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-18 17:48:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 17:48:17 (GMT) |
commit | 82ebc9c370164931861f0d174e2b17a109478665 (patch) | |
tree | ac35dc2aca63a1cb8d8e9f0562eb76f94f71804d /testpar/t_shapesame.c | |
parent | fab27c25291d7f0b2d0a585178757dddddba1ace (diff) | |
download | hdf5-82ebc9c370164931861f0d174e2b17a109478665.zip hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.gz hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.bz2 |
Spelling fixes for codespell (#2038)
* Spelling fixes for codespell
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'testpar/t_shapesame.c')
-rw-r--r-- | testpar/t_shapesame.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c index 201f331..cbae5e1 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -736,7 +736,7 @@ contig_hs_dr_pio_test__d2m_l2s(struct hs_dr_pio_test_vars_t *tv_ptr) * of the large data set. However, in the parallel version, each * process only works with that slice of the large cube indicated * by its rank -- hence we set the most slowly changing index to - * mpi_rank, and don't itterate over it. + * mpi_rank, and don't iterate over it. */ if (PAR_SS_DR_MAX_RANK - tv_ptr->large_rank == 0) { @@ -966,7 +966,7 @@ contig_hs_dr_pio_test__d2m_s2l(struct hs_dr_pio_test_vars_t *tv_ptr) * * However, in the parallel version, each process only works with that * slice of the large (and small) data set indicated by its rank -- hence - * we set the most slowly changing index to mpi_rank, and don't itterate + * we set the most slowly changing index to mpi_rank, and don't iterate * over it. */ @@ -1223,7 +1223,7 @@ contig_hs_dr_pio_test__m2d_l2s(struct hs_dr_pio_test_vars_t *tv_ptr) * * However, in the parallel version, each process only works with that * slice of the large (and small) data set indicated by its rank -- hence - * we set the most slowly changing index to mpi_rank, and don't itterate + * we set the most slowly changing index to mpi_rank, and don't iterate * over it. */ @@ -2607,7 +2607,7 @@ ckrbrd_hs_dr_pio_test__d2m_l2s(struct hs_dr_pio_test_vars_t *tv_ptr) * of the large data set. However, in the parallel version, each * process only works with that slice of the large cube indicated * by its rank -- hence we set the most slowly changing index to - * mpi_rank, and don't itterate over it. + * mpi_rank, and don't iterate over it. */ if (PAR_SS_DR_MAX_RANK - tv_ptr->large_rank == 0) { @@ -2830,7 +2830,7 @@ ckrbrd_hs_dr_pio_test__d2m_s2l(struct hs_dr_pio_test_vars_t *tv_ptr) * * However, in the parallel version, each process only works with that * slice of the large (and small) data set indicated by its rank -- hence - * we set the most slowly changing index to mpi_rank, and don't itterate + * we set the most slowly changing index to mpi_rank, and don't iterate * over it. */ @@ -3142,7 +3142,7 @@ ckrbrd_hs_dr_pio_test__m2d_l2s(struct hs_dr_pio_test_vars_t *tv_ptr) * * However, in the parallel version, each process only works with that * slice of the large (and small) data set indicated by its rank -- hence - * we set the most slowly changing index to mpi_rank, and don't itterate + * we set the most slowly changing index to mpi_rank, and don't iterate * over it. */ |