aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-10-19 10:24:03 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-10-19 11:19:10 +0100
commit2c6565d168204be5e99d960af727447c02f3a13f (patch)
treed4a49e6055f7634d96e89b04ca7bbd013bd50bea
parentc0bab60bb9d6f56eedc95f77af3d1057b7fff3bb (diff)
downloadgcc-2c6565d168204be5e99d960af727447c02f3a13f.zip
gcc-2c6565d168204be5e99d960af727447c02f3a13f.tar.gz
gcc-2c6565d168204be5e99d960af727447c02f3a13f.tar.bz2
doc: Add closing parenthesis to -ffat-lto-objects docs
gcc/ChangeLog: * doc/invoke.texi (OPptimize Options): Add missing closing parenthesis.
-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 631a119..b3418b4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11774,7 +11774,7 @@ to more aggressive optimization decisions.
When a file is compiled with @option{-flto} without
@option{-fuse-linker-plugin}, the generated object file is larger than
a regular object file because it contains GIMPLE bytecodes and the usual
-final code (see @option{-ffat-lto-objects}. This means that
+final code (see @option{-ffat-lto-objects}). This means that
object files with LTO information can be linked as normal object
files; if @option{-fno-lto} is passed to the linker, no
interprocedural optimizations are applied. Note that when