[lto doc] Committed: fix missing parentheses

Mingjie Xing mingjie.xing@gmail.com
Fri Feb 11 02:48:00 GMT 2011


Hello,

Committed as obvious.

Mingjie

2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>

        * doc/lto.texi (Write summary): Fix missing parentheses.

Index: doc/lto.texi
===================================================================
--- doc/lto.texi	(revision 170040)
+++ doc/lto.texi	(working copy)
@@ -268,7 +268,7 @@ body and variable initializer is examine
 information into a pass-specific data structure.

 @item @emph{Write summary} (@code{write_summary} in
-@code{struct ipa_opt_pass_d}.  This stage writes all the
+@code{struct ipa_opt_pass_d}).  This stage writes all the
 pass-specific information generated by @code{generate_summary}.
 Summaries go into their own @code{LTO_section_*} sections that
 have to be declared in @file{lto-streamer.h}:@code{enum



More information about the Gcc-patches mailing list