summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-08-13 11:21:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-08-13 11:21:44 (GMT)
commit89df7cadf0d0fb79749ecfc791770d04e400af15 (patch)
treed129dd0b831b79a57e9b6e5e2b7b2c1d11f381e5 /release_docs/RELEASE.txt
parent43b21e9bb68199ebc46ea8e465052328bcb941e4 (diff)
downloadhdf5-89df7cadf0d0fb79749ecfc791770d04e400af15.zip
hdf5-89df7cadf0d0fb79749ecfc791770d04e400af15.tar.gz
hdf5-89df7cadf0d0fb79749ecfc791770d04e400af15.tar.bz2
spelling
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 2bff239..50a2f5e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -356,7 +356,7 @@ Bug Fixes since HDF5-1.8.21
-------
- 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.