summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-11-03 16:55:59 (GMT)
committerGitHub <noreply@github.com>2022-11-03 16:55:59 (GMT)
commit55e3f667d48330bfc16991b63fceeeac8bcce602 (patch)
treecb86cfef10cc2fbb231d61a369d870f772b6c960
parent6924d590cc9cead8e250cb7d70f8d18f4da46a07 (diff)
downloadhdf5-55e3f667d48330bfc16991b63fceeeac8bcce602.zip
hdf5-55e3f667d48330bfc16991b63fceeeac8bcce602.tar.gz
hdf5-55e3f667d48330bfc16991b63fceeeac8bcce602.tar.bz2
Fixed a Doxygen param in H5EScancel (#2213)
-rw-r--r--src/H5ESpublic.h2
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
*