summaryrefslogtreecommitdiffstats
path: root/testpar/t_vfd.c
diff options
context:
space:
mode:
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;