From c78326eb92d7e0d2087b306d7d216083ce95f3c4 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 27 Jul 2020 17:40:25 -0700 Subject: Fixed additional typos in tselect.c comments. --- test/tselect.c | 4 ++-- 1 file 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() */ /**************************************************************** -- cgit v0.12