summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 939b586..baa0456 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -199,7 +199,7 @@ New Features
Parallel Library:
-----------------
- - Changed the default behavior in parallel when reading the same dataset in its entirely
+ - Changed the default behavior in parallel when reading the same dataset in its entirety
(i.e. H5S_ALL dataset selection) which is being read by all the processes collectively.
The dataset must be contiguous, less than 2GB, and of an atomic datatype.
The new behavior is the HDF5 library will use an MPI_Bcast to pass the data read from
@@ -348,7 +348,7 @@ Bug Fixes since HDF5-1.10.4 release
The slow down is due to the search of the "tag_list" to find
out the "corked" status of an object and "uncork" it if so.
- Improve porformance by skipping the search of the "tag_list"
+ Improve performance by skipping the search of the "tag_list"
if there are no "corked" objects when closing an object.
(VC - 2019/02/06)