diff options
author | Dave Allured <dave.allured@noaa.gov> | 2023-04-20 21:52:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 21:52:07 (GMT) |
commit | ba9ebcbb4d677f11051a07b5a4346b1191b78eed (patch) | |
tree | d27edd1bf6967e52774f3b5586a68dc7bbb3044d /src | |
parent | 39099bd397ac8d27965b70e7bfc644abc27fd5df (diff) | |
download | hdf5-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')
-rw-r--r-- | src/H5Spoint.c | 2 |
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 */ |