doc: Add closing parenthesis to -ffat-lto-objects docs
authorJonathan Wakely <jwakely@redhat.com>
Mon, 19 Oct 2020 09:24:03 +0000 (10:24 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 19 Oct 2020 10:19:10 +0000 (11:19 +0100)
gcc/ChangeLog:

* doc/invoke.texi (OPptimize Options): Add missing closing
parenthesis.

gcc/doc/invoke.texi

index 631a119181c81fe1b73eb846cab5e320eb130232..b3418b43a34bdb011a528d551a0bde319bff9b6d 100644 (file)
@@ -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