summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-28 00:38:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-28 00:38:41 (GMT)
commitdbba42c306a16f174d1dbbfb75795db13433eaad (patch)
tree69224b02b5227a467988e3364e61455189494b7a /test/tselect.c
parent91f5320ff0e9579d47f5d91bcd80de40c30c166f (diff)
downloadhdf5-dbba42c306a16f174d1dbbfb75795db13433eaad.zip
hdf5-dbba42c306a16f174d1dbbfb75795db13433eaad.tar.gz
hdf5-dbba42c306a16f174d1dbbfb75795db13433eaad.tar.bz2
Fixes typo in tselect.c
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 607212b..8c5a0f2 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -15503,7 +15503,7 @@ test_h5s_set_extent_none(void)
/* Dataspace class will be H5S_NULL after this.
* In versions prior to 1.10.7 / 1.12.1 this would produce a
- * dataspace with the internal H5S_NO_SPACE class.
+ * dataspace with the internal H5S_NO_CLASS class.
*/
ret = H5Sset_extent_none(sid);
CHECK(ret, FAIL, "H5Sset_extent_none");