summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-21 19:00:37 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-21 19:00:37 (GMT)
commit3ed0a0ee541f90e316bbabce0b3841a306420994 (patch)
treea5e1d1f55fdab7c45d84d2da8a67b44e2e502ca2 /src/H5Fpublic.h
parent3e990fed8edb25df58d79097f7cef9b908ef5a0d (diff)
downloadhdf5-3ed0a0ee541f90e316bbabce0b3841a306420994.zip
hdf5-3ed0a0ee541f90e316bbabce0b3841a306420994.tar.gz
hdf5-3ed0a0ee541f90e316bbabce0b3841a306420994.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 76317fb..0e8eda6 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -276,7 +276,7 @@ typedef herr_t (*H5F_flush_cb_t)(hid_t object_id, void *udata);
* This flag should be set to TRUE if both of the following conditions hold:
* 1) Both the metadata file and HDF5 file are being written on a POSIX
* file system that is local to the reader.
- * 2) The metadata file is being maintained directly by the VFD SWMR
+ * 2) The metadata file is being maintained directly by the VFD SWMR
* writer (i.e. without use of updater files and the auxiliary process.)
* If this flag is FALSE, the VFD SWMR reader must make the two adjustments:
* 1) Per legacy SWMR, the VFD that reads the HDF5 file proper must allow
@@ -348,7 +348,7 @@ typedef herr_t (*H5F_flush_cb_t)(hid_t object_id, void *udata);
* md_file_path:
* If both the writer and maintain_metadata_file fields are TRUE, this
* field contains the path but not the name of the metadata file.
- * If writer is FALSE, this field contains the path (but not the name)
+ * If writer is FALSE, this field contains the path (but not the name)
* of the (possibly local copy of the) metadata file.
*
* md_file_name: