aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-09-13 13:45:35 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-09-13 13:45:35 +0000
commit9a235e7e85aec64b023b6725c5a2f3fc3a122d3b (patch)
treef47a5e4bd0c6f0024b8b4a88e6ad2370538604b2 /gcc/doc
parent22cd031212e2376221435db5e9c6a298f24d7046 (diff)
downloadgcc-9a235e7e85aec64b023b6725c5a2f3fc3a122d3b.zip
gcc-9a235e7e85aec64b023b6725c5a2f3fc3a122d3b.tar.gz
gcc-9a235e7e85aec64b023b6725c5a2f3fc3a122d3b.tar.bz2
* doc/invoke.texi (Optimize Options): Fix typo.
From-SVN: r275699
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 6e91a66..fe5cf35 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.