summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-07-24 20:21:55 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-07-24 20:21:55 (GMT)
commitab31eafa2ec0084f3a9ce4fd86c3b344f3aee296 (patch)
tree1dae7c334cfd009b962592475ef258b249d70155 /config/gnu-flags
parent076ae17a5dac6d3af75f705dc888895b8c9cc98a (diff)
downloadhdf5-ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296.zip
hdf5-ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296.tar.gz
hdf5-ab31eafa2ec0084f3a9ce4fd86c3b344f3aee296.tar.bz2
Correct typo in comment in config/gnu-flags.
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags2
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-*)