summaryrefslogtreecommitdiffstats
path: root/testpar/t_vfd.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-01-19 15:41:56 (GMT)
committerGitHub <noreply@github.com>2022-01-19 15:41:56 (GMT)
commit5875cb94648b5b0b7a0923306b3084d373f1735f (patch)
tree58562552e1de458944465c7d990e6c655a8fee17 /testpar/t_vfd.c
parente72e64b87b77bb1ba32642528f19db1217869547 (diff)
downloadhdf5-5875cb94648b5b0b7a0923306b3084d373f1735f.zip
hdf5-5875cb94648b5b0b7a0923306b3084d373f1735f.tar.gz
hdf5-5875cb94648b5b0b7a0923306b3084d373f1735f.tar.bz2
spelling corrections (#1382)inactive/selection_io_with_subfiling_vfd
* spelling correction
Diffstat (limited to 'testpar/t_vfd.c')
-rw-r--r--testpar/t_vfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_vfd.c b/testpar/t_vfd.c
index 26a4423..c54ea2f 100644
--- a/testpar/t_vfd.c
+++ b/testpar/t_vfd.c
@@ -357,7 +357,7 @@ setup_vfd_test_file(int file_name_id, char *file_name, int mpi_size, H5FD_mpio_x
failure_mssg = "Can't create ioc fapl.";
}
-#if 1 /* JRM */ /* this is temporary -- rework for programatic control later */
+#if 1 /* JRM */ /* this is temporary -- rework for programmatic control later */
memset(&ioc_config, 0, sizeof(ioc_config));
memset(&subfiling_conf, 0, sizeof(subfiling_conf));
@@ -407,7 +407,7 @@ setup_vfd_test_file(int file_name_id, char *file_name, int mpi_size, H5FD_mpio_x
#endif /* JRM */
}
- /* Now we can set the SUBFILING fapl befor returning. */
+ /* Now we can set the SUBFILING fapl before returning. */
if ((pass) && (H5Pset_fapl_subfiling(fapl_id, &subfiling_conf) == FAIL)) {
pass = FALSE;