diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-21 13:39:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 13:39:05 (GMT) |
commit | 1cfca8fd93ffb25bab97442f731e91a56536797a (patch) | |
tree | 2926174af623ab533d8f13cc1e5f7aa737cd9b46 | |
parent | eb2cf08bacf2780ed7ff22c7e36e61d5033211d0 (diff) | |
download | hdf5-1cfca8fd93ffb25bab97442f731e91a56536797a.zip hdf5-1cfca8fd93ffb25bab97442f731e91a56536797a.tar.gz hdf5-1cfca8fd93ffb25bab97442f731e91a56536797a.tar.bz2 |
Fixes an incorrect brief description for H5Dopen2() (#1920)
-rw-r--r-- | src/H5Dpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 02644ed..8bdac8d 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -369,7 +369,7 @@ H5_DLL hid_t H5Dcreate_anon(hid_t loc_id, hid_t type_id, hid_t space_id, hid_t d * -------------------------------------------------------------------------- * \ingroup H5D * - * \brief Creates a new dataset and links it into the file + * \brief Opens an existing dataset * * \fgdta_loc_id * \param[in] name Name of the dataset to open |