diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-11-03 16:55:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 16:55:59 (GMT) |
commit | 55e3f667d48330bfc16991b63fceeeac8bcce602 (patch) | |
tree | cb86cfef10cc2fbb231d61a369d870f772b6c960 /src | |
parent | 6924d590cc9cead8e250cb7d70f8d18f4da46a07 (diff) | |
download | hdf5-55e3f667d48330bfc16991b63fceeeac8bcce602.zip hdf5-55e3f667d48330bfc16991b63fceeeac8bcce602.tar.gz hdf5-55e3f667d48330bfc16991b63fceeeac8bcce602.tar.bz2 |
Fixed a Doxygen param in H5EScancel (#2213)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5ESpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h index 8983527..3d46e82 100644 --- a/src/H5ESpublic.h +++ b/src/H5ESpublic.h @@ -185,7 +185,7 @@ H5_DLL herr_t H5ESwait(hid_t es_id, uint64_t timeout, size_t *num_in_progress, h * \brief Attempt to cancel operations in an event set * * \es_id - * \param[out] count The number of events not canceled + * \param[out] num_not_canceled The number of events not canceled * \param[out] err_occurred Status indicating if error is present in the event set * \returns \herr_t * |