diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-07-28 00:40:25 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-07-28 00:40:25 (GMT) |
commit | c78326eb92d7e0d2087b306d7d216083ce95f3c4 (patch) | |
tree | 2317d14628c931c1cd44e5ca32f287d4b8e4add0 /test | |
parent | dbba42c306a16f174d1dbbfb75795db13433eaad (diff) | |
download | hdf5-c78326eb92d7e0d2087b306d7d216083ce95f3c4.zip hdf5-c78326eb92d7e0d2087b306d7d216083ce95f3c4.tar.gz hdf5-c78326eb92d7e0d2087b306d7d216083ce95f3c4.tar.bz2 |
Fixed additional typos in tselect.c comments.
Diffstat (limited to 'test')
-rw-r--r-- | test/tselect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tselect.c b/test/tselect.c index 8c5a0f2..c98db5d 100644 --- a/test/tselect.c +++ b/test/tselect.c @@ -15476,7 +15476,7 @@ test_hyper_io_1d(void) /**************************************************************** ** -** test_get_extent_no_class: +** test_h5s_set_extent_none: ** Test to verify the behavior of dataspace code when passed ** a dataspace modified by H5Sset_extent_none(). ** @@ -15542,7 +15542,7 @@ test_h5s_set_extent_none(void) ret = H5Sclose(null_sid); CHECK(ret, FAIL, "H5Sclose"); -} /* test_get_extent_no_class() */ +} /* test_h5s_set_extent_none() */ /**************************************************************** |