This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: trivial doc fix
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Dec 2006 13:48:46 +1100
- Subject: PATCH: trivial doc fix
Found while reading the documentation. :-)
Committed as obvious.
2006-12-20 Ben Elliston <bje@au.ibm.com>
* doc/invoke.texi (Optimize Options): Typo fix.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi (revision 120058)
+++ doc/invoke.texi (working copy)
@@ -5735,7 +5735,7 @@ After running a program compiled with @o
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.