OSDN Git Service

* doc/gcov.texi (Invoking Gcov): Add a missing word.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Jul 2006 12:46:31 +0000 (12:46 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Jul 2006 12:46:31 +0000 (12:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115113 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/gcov.texi

index 7ba6c45..3afa2e0 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-01  Martin Michlmayr  <tbm@cyrius.com>
+
+       * doc/gcov.texi (Invoking Gcov): Add a missing word.
+
 2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
 
        * cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
 2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
 
        * cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
index d1ad47c..e96721e 100644 (file)
@@ -428,7 +428,7 @@ message ``never executed'' is printed.
 For a call, if it was executed at least once, then a percentage
 indicating the number of times the call returned divided by the number
 of times the call was executed will be printed.  This will usually be
 For a call, if it was executed at least once, then a percentage
 indicating the number of times the call returned divided by the number
 of times the call was executed will be printed.  This will usually be
-100%, but may be less for functions call @code{exit} or @code{longjmp},
+100%, but may be less for functions that call @code{exit} or @code{longjmp},
 and thus may not return every time they are called.
 
 The execution counts are cumulative.  If the example program were
 and thus may not return every time they are called.
 
 The execution counts are cumulative.  If the example program were