summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Allured <dave.allured@noaa.gov>2023-04-20 21:51:25 (GMT)
committerGitHub <noreply@github.com>2023-04-20 21:51:25 (GMT)
commita4371b6fce577852691dfdeac642dec1dd4b9453 (patch)
treecc679b1dbf04e0234d1543381247c6f498167716
parentf909e6e83f0a5948bc399345755a910b780afcbe (diff)
downloadhdf5-a4371b6fce577852691dfdeac642dec1dd4b9453.zip
hdf5-a4371b6fce577852691dfdeac642dec1dd4b9453.tar.gz
hdf5-a4371b6fce577852691dfdeac642dec1dd4b9453.tar.bz2
H5Spoint.c: Comment fix (#2783)
Comment here should be "point", not "hyperslab".
-rw-r--r--src/H5Spoint.c2
1 files changed, 1 insertions, 1 deletions
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 */