summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2022-02-03 22:19:38 (GMT)
committerGitHub <noreply@github.com>2022-02-03 22:19:38 (GMT)
commit1c9f219463e236487a27cee6cb839379d670cda4 (patch)
treecb696ac5138940d8c22a376654a80c67b9266ba0 /src/H5CX.c
parent331cf6926d5f07a1edb75674299f9787d79d1d68 (diff)
downloadhdf5-1c9f219463e236487a27cee6cb839379d670cda4.zip
hdf5-1c9f219463e236487a27cee6cb839379d670cda4.tar.gz
hdf5-1c9f219463e236487a27cee6cb839379d670cda4.tar.bz2
Unify handling of collective metadata reads status (#1206) (#1417)
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 ff3620e..88b476a 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -1420,7 +1420,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
*