diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-01 12:46:31 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-01 12:46:31 +0000 |
commit | 0cda8c30af6eca62df607ad42c31b9d2a71d08f7 (patch) | |
tree | 4d87185e9d36ea9064b15beec64b5fee4dd1834c /gcc/doc/gcov.texi | |
parent | 466ef59b14bc3673aab72f094fa49801fd03ffa2 (diff) | |
download | gcc-0cda8c30af6eca62df607ad42c31b9d2a71d08f7.tar.gz |
* doc/gcov.texi (Invoking Gcov): Add a missing word.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115113 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
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 |