]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.
authorJakub Jelinek <jakub@redhat.com>
Fri, 30 Aug 2019 12:42:14 +0000 (14:42 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 30 Aug 2019 12:42:14 +0000 (14:42 +0200)
Backported from mainline
2019-05-30  Jakub Jelinek  <jakub@redhat.com>

* lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.

From-SVN: r275154

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

index f86ff34758fc1c506a84298e9b30400e93a8c3a9..e08a44a583c3fdc1660e98b09b5a7c3558304fed 100644 (file)
@@ -1,6 +1,10 @@
 2019-08-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from mainline
+       2019-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.
+
        2019-05-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR fortran/90329
index 019ca8865da1ff429fa29dc3abefaa033c239286..2103dab7e910203649f5b88a4e1890c63406c256 100644 (file)
@@ -723,7 +723,7 @@ Frotran Alias(ftail-call-workaround=,1,0)
 
 ftail-call-workaround=
 Fortran RejectNegative Joined UInteger IntegerRange(0, 2) Var(flag_tail_call_workaround) Init(1)
-Disallow tail call optimization when a calling routine may have omitted character lenghts.
+Disallow tail call optimization when a calling routine may have omitted character lengths.
 
 funderscoring
 Fortran Var(flag_underscoring) Init(1)