diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-04 09:55:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:55:15 (GMT) |
commit | 069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch) | |
tree | a6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /testpar | |
parent | c423e74fbfbfe84497210e5b15db20bee8c84c3c (diff) | |
download | hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2 |
Fix spelling (#3633)
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_2Gio.c | 2 | ||||
-rw-r--r-- | testpar/t_cache_image.c | 2 | ||||
-rw-r--r-- | testpar/t_dset.c | 2 | ||||
-rw-r--r-- | testpar/t_shapesame.c | 6 | ||||
-rw-r--r-- | testpar/t_span_tree.c | 6 | ||||
-rw-r--r-- | testpar/testphdf5.c | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c index 62a9759..b6f8d25 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 59958aa..e41a22d 100644 --- a/testpar/t_cache_image.c +++ b/testpar/t_cache_image.c @@ -2130,7 +2130,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. * * Programmer: John Mainzer * 3/8/17 diff --git a/testpar/t_dset.c b/testpar/t_dset.c index b9450ee..582d1d1 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 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_shapesame.c b/testpar/t_shapesame.c index cbae5e1..3a1bbca 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -2468,14 +2468,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; } @@ -3969,7 +3969,7 @@ hid_t fapl; /* file access property list */ #ifdef USE_PAUSE /* pause the process for a moment to allow debugger to attach if desired. */ -/* Will pause more if greenlight file is not persent but will eventually */ +/* Will pause more if greenlight file is not present but will eventually */ /* continue. */ #include <sys/types.h> #include <sys/stat.h> diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index aab2b59..bbb653b 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -1379,14 +1379,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; } @@ -2315,7 +2315,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/testphdf5.c b/testpar/testphdf5.c index ceaeff3..40b3e3e 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -47,7 +47,7 @@ hid_t fapl; /* file access property list */ #ifdef USE_PAUSE /* pause the process for a moment to allow debugger to attach if desired. */ -/* Will pause more if greenlight file is not persent but will eventually */ +/* Will pause more if greenlight file is not present but will eventually */ /* continue. */ #include <sys/types.h> #include <sys/stat.h> |