diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-04-02 09:12:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-04-02 09:12:19 (GMT) |
commit | 456308ff17f2c7462a644f9505643d9c1a7efcb8 (patch) | |
tree | ca3bf6c46edb5b9aed60da4bce079435a71b700a /src/H5VL.c | |
parent | 3cd1b46b9cdcc28507cc13441134bb6d58e41086 (diff) | |
download | hdf5-456308ff17f2c7462a644f9505643d9c1a7efcb8.zip hdf5-456308ff17f2c7462a644f9505643d9c1a7efcb8.tar.gz hdf5-456308ff17f2c7462a644f9505643d9c1a7efcb8.tar.bz2 |
Added checks for native optional call support in some of the tools.
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 |