diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-05 19:42:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-05 19:42:54 (GMT) |
commit | 84b01a39a1c0e20bebfa87d52a6011731fc6f251 (patch) | |
tree | 0d5472bdc2bcde82a6ff8d4ef0da10d98f251f2e /src | |
parent | 1ae6daaa807f2bfd63076215950d9c412bfa08d7 (diff) | |
download | hdf5-84b01a39a1c0e20bebfa87d52a6011731fc6f251.zip hdf5-84b01a39a1c0e20bebfa87d52a6011731fc6f251.tar.gz hdf5-84b01a39a1c0e20bebfa87d52a6011731fc6f251.tar.bz2 |
Fixes minor typos in H5S comments
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Snone.c | 2 | ||||
-rw-r--r-- | src/H5Spoint.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Snone.c b/src/H5Snone.c index 672302d..8668b06 100644 --- a/src/H5Snone.c +++ b/src/H5Snone.c @@ -703,7 +703,7 @@ H5S__none_bounds(const H5S_t H5_ATTR_UNUSED *space, hsize_t H5_ATTR_UNUSED *star HDassert(end); FUNC_LEAVE_NOAPI(FAIL) -} /* end H5S_none_bounds() */ +} /* end H5S__none_bounds() */ /*-------------------------------------------------------------------------- diff --git a/src/H5Spoint.c b/src/H5Spoint.c index 7353c83..e9135e4 100644 --- a/src/H5Spoint.c +++ b/src/H5Spoint.c @@ -248,7 +248,7 @@ H5S__point_iter_coords(const H5S_sel_iter_t *iter, hsize_t *coords) /*------------------------------------------------------------------------- - * Function: H5S_point_iter_block + * Function: H5S__point_iter_block * * Purpose: Retrieve the current block of iterator for current * selection @@ -2233,7 +2233,7 @@ done: /*------------------------------------------------------------------------- - * Function: H5S_point_project_simple + * Function: H5S__point_project_simple * * Purpose: Projects a point selection onto/into a simple dataspace * of a different rank |