summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-08-13 11:22:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-08-13 11:22:50 (GMT)
commit747fde00fef0280352f596c8c35e7a49fe38f83f (patch)
tree2761d2f6ef06967de6798b0049a4dc5df9dbd7ce /release_docs
parentcecaed97f7987266d74dff90448d02c586d14052 (diff)
downloadhdf5-747fde00fef0280352f596c8c35e7a49fe38f83f.zip
hdf5-747fde00fef0280352f596c8c35e7a49fe38f83f.tar.gz
hdf5-747fde00fef0280352f596c8c35e7a49fe38f83f.tar.bz2
spelling
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2217b5a..07c61e5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -767,7 +767,7 @@ Bug Fixes since HDF5-1.10.3 release
-------
- Explicitly declared dlopen to use RTLD_LOCAL
- dlopen documentation states that f neither RTLD_GLOBAL nor
+ dlopen documentation states that if neither RTLD_GLOBAL nor
RTLD_LOCAL are specified, then the default behavior is unspecified.
The default on linux is usually RTLD_LOCAL while macos will default
to RTLD_GLOBAL.