diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-07-01 12:46:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2006-07-01 12:46:31 +0000 |
commit | 3e72a66fcdc314a8fd2a785d6252ddc61d8456d0 (patch) | |
tree | 4d87185e9d36ea9064b15beec64b5fee4dd1834c /gcc/doc | |
parent | 4118e2b84ef5277ddcdab6558f29eca15c7bc44a (diff) | |
download | gcc-3e72a66fcdc314a8fd2a785d6252ddc61d8456d0.zip gcc-3e72a66fcdc314a8fd2a785d6252ddc61d8456d0.tar.gz gcc-3e72a66fcdc314a8fd2a785d6252ddc61d8456d0.tar.bz2 |
* doc/gcov.texi (Invoking Gcov): Add a missing word.
From-SVN: r115113
Diffstat (limited to 'gcc/doc')
-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 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 |