diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-03-01 01:09:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 01:09:24 (GMT) |
commit | 56d31fbf675a8695f0da91cdc99b56f61233d1a3 (patch) | |
tree | 3f6792bde75d527f43c7316e7c4522cfe630ddbc /doxygen/dox/MetadataCachingInHDF5.dox | |
parent | 0be37fec204e0bca0197f237e6eb4ac137ccdafc (diff) | |
download | hdf5-56d31fbf675a8695f0da91cdc99b56f61233d1a3.zip hdf5-56d31fbf675a8695f0da91cdc99b56f61233d1a3.tar.gz hdf5-56d31fbf675a8695f0da91cdc99b56f61233d1a3.tar.bz2 |
1.10 Merge doxygen plist tables changes #2470 from develop (#2506)
* Add new/moved files
* Doxy corrections
* Aother Doxy correction
* Remove type not in 1.10
Diffstat (limited to 'doxygen/dox/MetadataCachingInHDF5.dox')
-rw-r--r-- | doxygen/dox/MetadataCachingInHDF5.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/MetadataCachingInHDF5.dox b/doxygen/dox/MetadataCachingInHDF5.dox index b84ddea..ce7f0df 100644 --- a/doxygen/dox/MetadataCachingInHDF5.dox +++ b/doxygen/dox/MetadataCachingInHDF5.dox @@ -724,7 +724,7 @@ is allowed to write to file, and then only after entering a sync point with the other caches. After it writes entries to file, it sends the base addresses of the now clean entries to the other caches, so they can mark these entries clean as well, and then leaves the sync point. The other caches mark the specified -entries as clean before they leave the synch point as well. (Observe, that since +entries as clean before they leave the sync point as well. (Observe, that since all caches see the same stream of dirty metadata, they will all have the same set of dirty entries upon sync point entry and exit.) |