diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2021-03-17 15:26:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 15:26:40 (GMT) |
commit | d83679762669dc66bde7b2efb54d47c403c1a1bc (patch) | |
tree | cee1070fc1415740c9d271143bc02f92c46101aa | |
parent | c6e4e535469beaa3418b34863d455c8f17ade3f5 (diff) | |
download | hdf5-d83679762669dc66bde7b2efb54d47c403c1a1bc.zip hdf5-d83679762669dc66bde7b2efb54d47c403c1a1bc.tar.gz hdf5-d83679762669dc66bde7b2efb54d47c403c1a1bc.tar.bz2 |
Correct syntax error. (#474)
a Fortran compile -> a Fortran compiler
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 95ff9c5..bf4a273 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -242,7 +242,7 @@ New Features - CMake option to link the generated Fortran MOD files into the include directory. - The Fortran generation of MOD files by a Fortran compile can produce + The Fortran generation of MOD files by a Fortran compiler can produce different binary files between SHARED and STATIC compiles with different compilers and/or different platforms. Note that it has been found that different versions of Fortran compilers will produce incompatible MOD |