diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-07-28 00:38:41 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-07-28 00:38:41 (GMT) |
commit | dbba42c306a16f174d1dbbfb75795db13433eaad (patch) | |
tree | 69224b02b5227a467988e3364e61455189494b7a | |
parent | 91f5320ff0e9579d47f5d91bcd80de40c30c166f (diff) | |
download | hdf5-dbba42c306a16f174d1dbbfb75795db13433eaad.zip hdf5-dbba42c306a16f174d1dbbfb75795db13433eaad.tar.gz hdf5-dbba42c306a16f174d1dbbfb75795db13433eaad.tar.bz2 |
Fixes typo in tselect.c
-rw-r--r-- | test/tselect.c | 2 |
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"); |