aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingjie Xing <mingjie.xing@gmail.com>2011-02-11 02:47:33 +0000
committerMingjie Xing <xmj@gcc.gnu.org>2011-02-11 02:47:33 +0000
commit4a087ccf224d8cc2ba2e06571cd90a18408be4be (patch)
treefb469e7d421bf93e96243962ab81e83f7edb3a76
parent4bfebd814d7bffa50f61acab695259c144b12bd7 (diff)
downloadgcc-4a087ccf224d8cc2ba2e06571cd90a18408be4be.zip
gcc-4a087ccf224d8cc2ba2e06571cd90a18408be4be.tar.gz
gcc-4a087ccf224d8cc2ba2e06571cd90a18408be4be.tar.bz2
Fix missing parentheses.
From-SVN: r170041
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/lto.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83866c1..fe8a88b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
+
+ * doc/lto.texi (Write summary): Fix missing parentheses.
+
2011-02-10 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.c (m32c_option_override): Disable
diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi
index 069dafb..73fd831 100644
--- a/gcc/doc/lto.texi
+++ b/gcc/doc/lto.texi
@@ -268,7 +268,7 @@ body and variable initializer is examined and stores relevant
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