* doc/invoke.texi (Optimize Options): Fix typo.
authorIan Lance Taylor <iant@golang.org>
Fri, 13 Sep 2019 13:45:35 +0000 (13:45 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 13 Sep 2019 13:45:35 +0000 (13:45 +0000)
From-SVN: r275699

gcc/ChangeLog
gcc/doc/invoke.texi

index d368dc693016a35563abc67f100dd73fdc3418be..57a6a67e040af404bf04b558c7b0f3390c0643d7 100644 (file)
@@ -1,3 +1,7 @@
+2019-09-13  Ian Lance Taylor  <iant@golang.org>
+
+       * doc/invoke.texi (Optimize Options): Fix typo.
+
 2019-09-12  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR tree-optimization/89386
index 6e91a66c9479b2acc5feaa5897d31079c165b85c..fe5cf35bc127aba708d7cbde71c893f8e7fb32a4 100644 (file)
@@ -10343,7 +10343,7 @@ To enable debug info generation you need to supply @option{-g} at
 compile-time.  If any of the input files at link time were built
 with debug info generation enabled the link will enable debug info
 generation as well.  Any elaborate debug info settings
-like the dwarf level @option{-gdwarf-5} need to be explicitely repeated
+like the dwarf level @option{-gdwarf-5} need to be explicitly repeated
 at the linker command line and mixing different settings in different
 translation units is discouraged.