diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-02-12 15:17:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 15:17:03 (GMT) |
commit | ad4be0322698680cd14a0c07a12a07aa171b6373 (patch) | |
tree | 85db439d9061140e46680d259a926235c98e7074 | |
parent | 90c647eb32b01d84ce83ea93203544462cd5e52a (diff) | |
download | hdf5-ad4be0322698680cd14a0c07a12a07aa171b6373.zip hdf5-ad4be0322698680cd14a0c07a12a07aa171b6373.tar.gz hdf5-ad4be0322698680cd14a0c07a12a07aa171b6373.tar.bz2 |
Fixes an incorrect brief description for H5Dopen2 (#2452)
-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 d9596ac..79ae4a3 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -339,7 +339,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 |