H5Spoint.c: Fix mistake in comment (#2750)

This commit is contained in:
Dave Allured 2023-04-16 14:07:02 -06:00 committed by GitHub
parent d5b9d52344
commit dcd9219788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */