diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-07-24 20:21:55 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-07-24 20:21:55 (GMT) |
commit | ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296 (patch) | |
tree | 1dae7c334cfd009b962592475ef258b249d70155 | |
parent | 076ae17a5dac6d3af75f705dc888895b8c9cc98a (diff) | |
download | hdf5-ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296.zip hdf5-ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296.tar.gz hdf5-ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296.tar.bz2 |
Correct typo in comment in config/gnu-flags.
-rw-r--r-- | config/gnu-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index ac054bf..225f072 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -85,7 +85,7 @@ case "$cc_vendor-$cc_version" in esac case "$host_os-$host_cpu" in - # cygwin needs the "-std-c99" flag removed, so make + # cygwin needs the "-std=c99" flag removed, so make # a specific case for Cygwin without the flag and a default # case to add the flag everywhere else cygwin-*) |