diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-14 22:29:38 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-14 22:29:38 +0000 |
commit | ef8d967c3ab5b4c4a6cfe8b5527a5d6ff4c86bd9 (patch) | |
tree | 27a0ce3bcefdf8b6512c2f5a5a795569bc3cf82d /gcc/doc/gcov.texi | |
parent | dc24ddbd63bf6d4b7310ef5913c4566cee2bff9b (diff) | |
download | gcc-ef8d967c3ab5b4c4a6cfe8b5527a5d6ff4c86bd9.tar.gz |
* doc/contrib.texi, doc/extend.texi, doc/gcov.texi,
doc/install.texi, doc/invoke.texi, doc/makefile.texi,
doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Capitalize
"gcc", "g++" and "g77" or mark up with appropriate markup. Adjust
wording and grammar.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79482 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 8154ccc80bf..cd47f68fadc 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -339,7 +339,7 @@ the execution counts for individual blocks that end on that line. After each block, the branch and call counts of the block will be shown, if the @option{-b} option is given. -Because of the way gcc instruments calls, a call count can be shown +Because of the way GCC instruments calls, a call count can be shown after a line with no individual blocks. As you can see, line 13 contains a basic block that was not executed. |