summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-10-17 19:56:12 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-10-17 19:56:12 (GMT)
commit3267bb6ad000160023d6360e3f048749d57b9b51 (patch)
treec718bf3b2eecf09aa0ea25a0be96a353b788d077
parentf51f1994cf97d4c2db4aa9acfa8d966be435fdf4 (diff)
downloadhdf5-3267bb6ad000160023d6360e3f048749d57b9b51.zip
hdf5-3267bb6ad000160023d6360e3f048749d57b9b51.tar.gz
hdf5-3267bb6ad000160023d6360e3f048749d57b9b51.tar.bz2
[svn-r24318] Fixed a typo.
-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 a8cefac..c33e12f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -331,7 +331,7 @@ The following platforms are not supported but have been tested for this release.
Known Problems
==============
* CLANG compiler with the options -fcatch-undefined-behavior and -ftrapv
- catches some defined behavior in the alignment algorithm of the macro DETECT_I
+ catches some undefined behavior in the alignment algorithm of the macro DETECT_I
in H5detect.c (Issue 8147). Since the algorithm is trying to detect the alignment
of integers, ideally the flag -fcatch-undefined-behavior shouldn't to be used for
H5detect.c. In the future, we can separate flags for H5detect.c from the rest of