diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 19:13:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 19:13:27 (GMT) |
commit | fd18d013f18914051df55ceb0f425ced2f40dbf8 (patch) | |
tree | f06d0005a6fb95d5bf4789f54bfecb35d192e993 /src | |
parent | 55299ab2ce62ab8b2c25b0712a416885465d987e (diff) | |
parent | 4830a1796441abbb5a4fbd2cff9a651f2a0d066e (diff) | |
download | hdf5-fd18d013f18914051df55ceb0f425ced2f40dbf8.zip hdf5-fd18d013f18914051df55ceb0f425ced2f40dbf8.tar.gz hdf5-fd18d013f18914051df55ceb0f425ced2f40dbf8.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '4830a1796441abbb5a4fbd2cff9a651f2a0d066e':
Updated tools dump output when dataset offset is undefined.
Added checks for native optional call support in some of the tools.
Misc changes for h5dump VOL changes.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dint.c | 2 | ||||
-rw-r--r-- | src/H5VL.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c index 7580505..954b619 100644 --- a/src/H5Dint.c +++ b/src/H5Dint.c @@ -2563,7 +2563,7 @@ done: /*------------------------------------------------------------------------- * Function: H5D__get_offset * - * Purpose: Private function for H5D__get_offset. Returns the address + * Purpose: Private function for H5Dget_offset(). Returns the address * of dataset in file. * * Return: Success: The address of dataset @@ -663,7 +663,7 @@ done: /*--------------------------------------------------------------------------- * Function: H5VLobject * - * Purpose: Retrieve the object pointer associated with an hid_t for a. + * Purpose: Retrieve the object pointer associated with an hid_t for a * VOL object. * * Note: This routine is mainly targeted toward unwrapping objects for |