summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2022-02-04 16:54:39 (GMT)
committerGitHub <noreply@github.com>2022-02-04 16:54:39 (GMT)
commit1c10010a316c0885cd71fad6c8d0067a0eb8f7f1 (patch)
tree0dc1fbb6618480b56fc71743e89c89e946d205c3 /src/H5CX.c
parent79d93d1661563f3570b2d0128a07bc7d7fc93ea8 (diff)
downloadhdf5-1c10010a316c0885cd71fad6c8d0067a0eb8f7f1.zip
hdf5-1c10010a316c0885cd71fad6c8d0067a0eb8f7f1.tar.gz
hdf5-1c10010a316c0885cd71fad6c8d0067a0eb8f7f1.tar.bz2
Unify handling of collective metadata reads status (#1206) (#1418)
Diffstat (limited to 'src/H5CX.c')
-rw-r--r--src/H5CX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5CX.c b/src/H5CX.c
index cb11507..ded7ff1 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -1150,7 +1150,7 @@ done:
* Purpose: Sanity checks and sets up collective operations.
*
* Note: Should be called for all API routines that modify file
- * file metadata but don't pass in an access property list.
+ * metadata but don't pass in an access property list.
*
* Return: Non-negative on success / Negative on failure
*