From dbba42c306a16f174d1dbbfb75795db13433eaad Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 27 Jul 2020 17:38:41 -0700 Subject: Fixes typo in tselect.c --- test/tselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12