]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/invoke.texi (Optimize Options): Typo fix.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Dec 2006 02:49:37 +0000 (02:49 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Dec 2006 02:49:37 +0000 (02:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120067 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index e0bcb986e31ad3d043e3cd954a85a1e16a89fb4a..d69245896c0854e3855ea815465d273c12fab9f8 100644 (file)
@@ -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.
index a81ca40d77191fd77c22d4163bc0bde56448d973..1c3c9dfba46e978e4fd7127a92c7eabb2d5e5de8 100644 (file)
@@ -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.