summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-09-24 15:35:13 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-09-24 15:35:13 (GMT)
commit30cd579a149acb063e258aac89bbe7fef3f5ac0a (patch)
tree044dc8b0060f3ba003ef40ba50977a892b636e6f /src/H5S.c
parent987bca5a34a09cd564445d53f58cf1e428e43276 (diff)
downloadhdf5-30cd579a149acb063e258aac89bbe7fef3f5ac0a.zip
hdf5-30cd579a149acb063e258aac89bbe7fef3f5ac0a.tar.gz
hdf5-30cd579a149acb063e258aac89bbe7fef3f5ac0a.tar.bz2
H5S adjust callbacks now return an herr_t instead of void.
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5S.c b/src/H5S.c
index 88c2f72..4c11268 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -1974,7 +1974,7 @@ done:
/*-------------------------------------------------------------------------
* Function: H5S_set_extent
*
- * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend
+ * Purpose: Modify the dimensions of a dataspace.
*
* Return: Success: Non-negative
* Failure: Negative
@@ -2055,7 +2055,7 @@ H5S_has_extent(const H5S_t *ds)
/*-------------------------------------------------------------------------
* Function: H5S_set_extent_real
*
- * Purpose: Modify the dimensions of a dataspace. Based on H5S_extend
+ * Purpose: Modify the dimensions of a dataspace.
*
* Return: Success: Non-negative
* Failure: Negative