From a4371b6fce577852691dfdeac642dec1dd4b9453 Mon Sep 17 00:00:00 2001 From: Dave Allured Date: Thu, 20 Apr 2023 15:51:25 -0600 Subject: H5Spoint.c: Comment fix (#2783) Comment here should be "point", not "hyperslab". --- src/H5Spoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Spoint.c b/src/H5Spoint.c index cf14a58..e5276d6 100644 --- a/src/H5Spoint.c +++ b/src/H5Spoint.c @@ -122,7 +122,7 @@ const H5S_select_class_t H5S_sel_point[1] = {{ H5S__point_iter_init, }}; -/* Format version bounds for dataspace hyperslab selection */ +/* Format version bounds for dataspace point selection */ const unsigned H5O_sds_point_ver_bounds[] = { H5S_POINT_VERSION_1, /* H5F_LIBVER_EARLIEST */ H5S_POINT_VERSION_1, /* H5F_LIBVER_V18 */ -- cgit v0.12