aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gcov.texi
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@ncsu.edu>2006-07-12 16:20:55 +0000
committerChad Rosier <mcrosier@ncsu.edu>2006-07-12 16:20:55 +0000
commitacecb94d63a498b2f37eb694f035f550eea83fc7 (patch)
tree51a8bf69969e11addbb7f62de16f1411a0eec8d2 /gcc/doc/gcov.texi
parenta18aca3c3ebc410921b6bf49618516e004960558 (diff)
2006-07-12 Chad Rosier <mcrosier@ncsu.edu>sched-treegion-branch
* Merged revisions 114892-115313 via svnmerge from svn+ssh://mcrosier@gcc.gnu.org/svn/gcc/trunk gcc/ * sched-rgn.c (extend_trgns_to_sears): New static function. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/sched-treegion-branch@115376 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r--gcc/doc/gcov.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi
index d1ad47cf04a..e96721e418a 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