aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2006-07-01 12:46:31 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2006-07-01 12:46:31 +0000
commit3e72a66fcdc314a8fd2a785d6252ddc61d8456d0 (patch)
tree4d87185e9d36ea9064b15beec64b5fee4dd1834c
parent4118e2b84ef5277ddcdab6558f29eca15c7bc44a (diff)
downloadgcc-3e72a66fcdc314a8fd2a785d6252ddc61d8456d0.zip
gcc-3e72a66fcdc314a8fd2a785d6252ddc61d8456d0.tar.gz
gcc-3e72a66fcdc314a8fd2a785d6252ddc61d8456d0.tar.bz2
* doc/gcov.texi (Invoking Gcov): Add a missing word.
From-SVN: r115113
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/gcov.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7ba6c45..3afa2e0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi
index d1ad47c..e96721e 100644
--- a/gcc/doc/gcov.texi
+++ b/gcc/doc/gcov.texi
@@ -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
-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