diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-04-06 18:53:22 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-04-06 18:53:22 (GMT) |
commit | 4830a1796441abbb5a4fbd2cff9a651f2a0d066e (patch) | |
tree | a3b946972c76c7e37251e33a55bae111fa71df7a /src/H5VL.c | |
parent | a09f810e8d372d1e85661c52a7ef735a164904ad (diff) | |
parent | 110cafb9c7b5b9f9170340432062295d630f3ee6 (diff) | |
download | hdf5-4830a1796441abbb5a4fbd2cff9a651f2a0d066e.zip hdf5-4830a1796441abbb5a4fbd2cff9a651f2a0d066e.tar.gz hdf5-4830a1796441abbb5a4fbd2cff9a651f2a0d066e.tar.bz2 |
Merge pull request #2486 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_vol_update to develop
* commit '110cafb9c7b5b9f9170340432062295d630f3ee6':
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/H5VL.c')
-rw-r--r-- | src/H5VL.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |