summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-20 02:49:37 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-20 02:49:37 +0000
commita6e359795545b8a71022d169a5c66a14da38e9da (patch)
treee929c72f40c6a34493ed86512b87f4cd6d1659fa
parent50e6797ef5826d74778d47859a3a5ddade055d8a (diff)
downloadgcc-a6e359795545b8a71022d169a5c66a14da38e9da.tar.gz
* doc/invoke.texi (Optimize Options): Typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120067 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e0bcb986e31..d69245896c0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-20 Ben Elliston <bje@au.ibm.com>
+
+ * doc/invoke.texi (Optimize Options): Typo fix.
+
2006-12-19 Eric Christopher <echristo@apple.com>
* config/darwin.c (machopic_select_section): Rewrite.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a81ca40d771..1c3c9dfba46 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5735,7 +5735,7 @@ After running a program compiled with @option{-fprofile-arcs}
the number of times each branch was taken. When the program
compiled with @option{-fprofile-arcs} exits it saves arc execution
counts to a file called @file{@var{sourcename}.gcda} for each source
-file The information in this data file is very dependent on the
+file. The information in this data file is very dependent on the
structure of the generated code, so you must use the same source code
and the same optimization options for both compilations.