summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-03-12 20:21:11 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commitc7fd077ffb7fff2fb21fa20acca54622ffa03617 (patch)
treefbdbee6810a505affe3a5211b9ae3dc4ccbce827 /src/H5VLconnector.h
parent5df5bc37da11247163a4851fe4eccdaa6e9d54f3 (diff)
downloadhdf5-c7fd077ffb7fff2fb21fa20acca54622ffa03617.zip
hdf5-c7fd077ffb7fff2fb21fa20acca54622ffa03617.tar.gz
hdf5-c7fd077ffb7fff2fb21fa20acca54622ffa03617.tar.bz2
Very minor comment change in H5VLconnector.h.
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r--src/H5VLconnector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h
index 39d9b14..7951a32 100644
--- a/src/H5VLconnector.h
+++ b/src/H5VLconnector.h
@@ -194,7 +194,7 @@ typedef enum H5VL_object_get_t {
H5VL_OBJECT_GET_FILE, /* object file */
H5VL_OBJECT_GET_NAME, /* object name */
H5VL_OBJECT_GET_TYPE, /* object type */
- H5VL_OBJECT_GET_INFO /* H5Oget_info(_by_idx|name)3 */
+ H5VL_OBJECT_GET_INFO /* H5Oget_info(_by_idx|name) */
} H5VL_object_get_t;
/* types for object SPECIFIC callback */