summaryrefslogtreecommitdiffstats
path: root/src/H5Spoint.c
diff options
context:
space:
mode:
authorDave Allured <dave.allured@noaa.gov>2023-04-16 20:07:02 (GMT)
committerGitHub <noreply@github.com>2023-04-16 20:07:02 (GMT)
commitdcd9219788f753d860bc7ac105a218a1cfa71550 (patch)
tree75381e20faa09eace254a6cd27486efa44d83e74 /src/H5Spoint.c
parentd5b9d5234419524aff26135d3cb7b50151e0dd7d (diff)
downloadhdf5-dcd9219788f753d860bc7ac105a218a1cfa71550.zip
hdf5-dcd9219788f753d860bc7ac105a218a1cfa71550.tar.gz
hdf5-dcd9219788f753d860bc7ac105a218a1cfa71550.tar.bz2
H5Spoint.c: Fix mistake in comment (#2750)
Diffstat (limited to 'src/H5Spoint.c')
-rw-r--r--src/H5Spoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spoint.c b/src/H5Spoint.c
index 1c3697c..9cac3c4 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 */