summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 19:13:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-06 19:13:27 (GMT)
commitfd18d013f18914051df55ceb0f425ced2f40dbf8 (patch)
treef06d0005a6fb95d5bf4789f54bfecb35d192e993 /src
parent55299ab2ce62ab8b2c25b0712a416885465d987e (diff)
parent4830a1796441abbb5a4fbd2cff9a651f2a0d066e (diff)
downloadhdf5-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.c2
-rw-r--r--src/H5VL.c2
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
diff --git a/src/H5VL.c b/src/H5VL.c
index 18fd3d6..f83baf2 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -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