* lang.opt (ftail-call-workaround): Fix a typo.
authorMarek Polacek <polacek@redhat.com>
Thu, 30 May 2019 11:44:40 +0000 (11:44 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 30 May 2019 11:44:40 +0000 (11:44 +0000)
From-SVN: r271777

gcc/fortran/ChangeLog
gcc/fortran/lang.opt

index ddc6180fdb7169ba08080976251a7077b5b2b41e..1dea46cddcf32082a091e6b2188d9459603ca12f 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-30  Marek Polacek  <polacek@redhat.com>
+
+       * lang.opt (ftail-call-workaround): Fix a typo.
+
 2019-05-30  Jakub Jelinek  <jakub@redhat.com>
 
        * lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.
index b0d31ce20bb9d28e89cf4edf4dce25d3d65a04eb..93ea3d3977be49d3d8bf504e8985cfc64c4633f6 100644 (file)
@@ -763,7 +763,7 @@ Fortran Var(flag_sign_zero) Init(1)
 Apply negative sign to zero values.
 
 ftail-call-workaround
-Frotran Alias(ftail-call-workaround=,1,0)
+Fortran Alias(ftail-call-workaround=,1,0)
 
 ftail-call-workaround=
 Fortran RejectNegative Joined UInteger IntegerRange(0, 2) Var(flag_tail_call_workaround) Init(1)