summaryrefslogtreecommitdiffstats
path: root/src/H5Spoint.c
diff options
context:
space:
mode:
authorDave Allured <dave.allured@noaa.gov>2023-04-20 21:52:07 (GMT)
committerGitHub <noreply@github.com>2023-04-20 21:52:07 (GMT)
commitba9ebcbb4d677f11051a07b5a4346b1191b78eed (patch)
treed27edd1bf6967e52774f3b5586a68dc7bbb3044d /src/H5Spoint.c
parent39099bd397ac8d27965b70e7bfc644abc27fd5df (diff)
downloadhdf5-ba9ebcbb4d677f11051a07b5a4346b1191b78eed.zip
hdf5-ba9ebcbb4d677f11051a07b5a4346b1191b78eed.tar.gz
hdf5-ba9ebcbb4d677f11051a07b5a4346b1191b78eed.tar.bz2
H5Spoint.c: Comment fix (#2782)
Comment should be "point", not "hyperslab".
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 22feaf8..c6fdecd 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 */