* doc/invoke.texi (Optimize Options): Fix typo.

From-SVN: r275699
This commit is contained in:
Ian Lance Taylor 2019-09-13 13:45:35 +00:00 committed by Ian Lance Taylor
parent 22cd031212
commit 9a235e7e85
2 changed files with 5 additions and 1 deletions

View 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

View 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.