summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-21 13:39:05 (GMT)
committerGitHub <noreply@github.com>2022-07-21 13:39:05 (GMT)
commit1cfca8fd93ffb25bab97442f731e91a56536797a (patch)
tree2926174af623ab533d8f13cc1e5f7aa737cd9b46
parenteb2cf08bacf2780ed7ff22c7e36e61d5033211d0 (diff)
downloadhdf5-1cfca8fd93ffb25bab97442f731e91a56536797a.zip
hdf5-1cfca8fd93ffb25bab97442f731e91a56536797a.tar.gz
hdf5-1cfca8fd93ffb25bab97442f731e91a56536797a.tar.bz2
Fixes an incorrect brief description for H5Dopen2() (#1920)
-rw-r--r--src/H5Dpublic.h2
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