summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-04 09:55:03 (GMT)
committerGitHub <noreply@github.com>2023-10-04 09:55:03 (GMT)
commit51ff48b8873d584811f4cad83c19f1edf484b7e4 (patch)
tree22633f494d84072c55d63ef24e314b48518220fb /testpar
parent42549af4c83f4db09461dac6b500daa7e33752c6 (diff)
downloadhdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.zip
hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.gz
hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.bz2
Fix several spelling/grammar issues (#3621) (#3632)
Diffstat (limited to 'testpar')
-rw-r--r--testpar/API/t_dset.c2
-rw-r--r--testpar/API/t_shapesame.c4
-rw-r--r--testpar/API/t_span_tree.c6
-rw-r--r--testpar/t_2Gio.c2
-rw-r--r--testpar/t_cache_image.c2
-rw-r--r--testpar/t_dset.c2
-rw-r--r--testpar/t_shapesame.c4
-rw-r--r--testpar/t_span_tree.c6
8 files changed, 14 insertions, 14 deletions
diff --git a/testpar/API/t_dset.c b/testpar/API/t_dset.c
index 14f9233..228cadc 100644
--- a/testpar/API/t_dset.c
+++ b/testpar/API/t_dset.c
@@ -3020,7 +3020,7 @@ none_selection_chunk(void)
*
* TEST_ACTUAL_IO_RESET:
* Performs collective and then independent I/O with hthe same dxpl to
- * make sure the peroperty is correctly reset to the default on each use.
+ * make sure the property is correctly reset to the default on each use.
* Specifically, this test runs TEST_ACTUAL_IO_MULTI_CHUNK_NO_OPT_MIX_DISAGREE
* (The most complex case that works on all builds) and then performs
* an independent read and write with the same dxpls.
diff --git a/testpar/API/t_shapesame.c b/testpar/API/t_shapesame.c
index 9d48827..06bb4ff 100644
--- a/testpar/API/t_shapesame.c
+++ b/testpar/API/t_shapesame.c
@@ -2479,14 +2479,14 @@ do {
good_data = FALSE;
}
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
else if (*val_ptr != 0) {
good_data = FALSE;
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
diff --git a/testpar/API/t_span_tree.c b/testpar/API/t_span_tree.c
index b66b72c..40ccb8f 100644
--- a/testpar/API/t_span_tree.c
+++ b/testpar/API/t_span_tree.c
@@ -1453,14 +1453,14 @@ lower_dim_size_comp_test__verify_data(uint32_t *buf_ptr,
good_data = FALSE;
}
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
else if (*val_ptr != 0) {
good_data = FALSE;
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
@@ -2401,7 +2401,7 @@ lower_dim_size_comp_test(void)
* 2) Has no in memory buffer for any other chunk.
*
* The test differers from Rob Latham's bug report in
- * that is runs with an arbitrary number of proceeses,
+ * that is runs with an arbitrary number of processes,
* and uses a 1 dimensional dataset.
*
* Return: void
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 1edec56..24eb3ba 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -3323,7 +3323,7 @@ none_selection_chunk(void)
*
* TEST_ACTUAL_IO_RESET:
* Performs collective and then independent I/O with the same dxpl to
- * make sure the peroperty is correctly reset to the default on each use.
+ * make sure the property is correctly reset to the default on each use.
* Specifically, this test runs TEST_ACTUAL_IO_MULTI_CHUNK_NO_OPT_MIX_DISAGREE
* (The most complex case that works on all builds) and then performs
* an independent read and write with the same dxpls.
diff --git a/testpar/t_cache_image.c b/testpar/t_cache_image.c
index f1f6f5d..49d1017 100644
--- a/testpar/t_cache_image.c
+++ b/testpar/t_cache_image.c
@@ -1997,7 +1997,7 @@ par_verify_dataset(int dset_num, hid_t file_id, int mpi_rank)
* On failure, print an appropriate error message and
* return FALSE.
*
- * Return: TRUE if succussful, FALSE otherwise.
+ * Return: TRUE if successful, FALSE otherwise.
*
*-------------------------------------------------------------------------
*/
diff --git a/testpar/t_dset.c b/testpar/t_dset.c
index dfa9a33..f82410f 100644
--- a/testpar/t_dset.c
+++ b/testpar/t_dset.c
@@ -2881,7 +2881,7 @@ none_selection_chunk(void)
*
* TEST_ACTUAL_IO_RESET:
* Performs collective and then independent I/O with hthe same dxpl to
- * make sure the peroperty is correctly reset to the default on each use.
+ * make sure the property is correctly reset to the default on each use.
* Specifically, this test runs TEST_ACTUAL_IO_MULTI_CHUNK_NO_OPT_MIX_DISAGREE
* (The most complex case that works on all builds) and then performs
* an independent read and write with the same dxpls.
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c
index d9cd20c..55e7328 100644
--- a/testpar/t_shapesame.c
+++ b/testpar/t_shapesame.c
@@ -2452,14 +2452,14 @@ do {
good_data = FALSE;
}
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
else if (*val_ptr != 0) {
good_data = FALSE;
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c
index 4950bc8..7614165 100644
--- a/testpar/t_span_tree.c
+++ b/testpar/t_span_tree.c
@@ -1354,14 +1354,14 @@ lower_dim_size_comp_test__verify_data(uint32_t *buf_ptr,
good_data = FALSE;
}
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
else if (*val_ptr != 0) {
good_data = FALSE;
- /* zero out buffer for re-use */
+ /* zero out buffer for reuse */
*val_ptr = 0;
}
@@ -2286,7 +2286,7 @@ lower_dim_size_comp_test(void)
* 2) Has no in memory buffer for any other chunk.
*
* The test differers from Rob Latham's bug report in
- * that is runs with an arbitrary number of proceeses,
+ * that is runs with an arbitrary number of processes,
* and uses a 1 dimensional dataset.
*
* Return: void