diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-20 23:41:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 23:41:39 (GMT) |
commit | a124f02f2c94476f58e4bca047e7786a3231cf0c (patch) | |
tree | ca2691fbd23ada8558c4e7a33fbb31a501327bf9 /testpar | |
parent | ca9bbc190830ab608667aa8604e8a0f1781ca599 (diff) | |
download | hdf5-a124f02f2c94476f58e4bca047e7786a3231cf0c.zip hdf5-a124f02f2c94476f58e4bca047e7786a3231cf0c.tar.gz hdf5-a124f02f2c94476f58e4bca047e7786a3231cf0c.tar.bz2 |
Update windows VS2019 and fix comments (#1781)
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_2Gio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c index bc01699..63d6b69 100644 --- a/testpar/t_2Gio.c +++ b/testpar/t_2Gio.c @@ -3323,7 +3323,7 @@ none_selection_chunk(void) * Simple independent I/O. This tests that the defaults are properly set. * * TEST_ACTUAL_IO_RESET: - * Performs collective and then independent I/O with hthe same dxpl to + * 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. * 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 |