aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gcov.texi
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-02-05 10:59:16 +0100
committerMartin Liska <marxin@gcc.gnu.org>2018-02-05 09:59:16 +0000
commitb95852cc0000e768b72a5e53ab9d7fd0c81d9cba (patch)
treef1164f34f8415ca9e9bba4515bbab62de15fb7b8 /gcc/doc/gcov.texi
parent239dc1a3b75b6bdd1e2fcda8dc8b9464fae41fe1 (diff)
downloadgcc-b95852cc0000e768b72a5e53ab9d7fd0c81d9cba.zip
gcc-b95852cc0000e768b72a5e53ab9d7fd0c81d9cba.tar.gz
gcc-b95852cc0000e768b72a5e53ab9d7fd0c81d9cba.tar.bz2
Fix GCOV documentation (PR gcov-profile/84137).
2018-02-05 Martin Liska <mliska@suse.cz> PR gcov-profile/84137 * doc/gcov.texi: Fix typo in documentation. From-SVN: r257384
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 6157e8b..d4c7806 100644
--- a/gcc/doc/gcov.texi
+++ b/gcc/doc/gcov.texi
@@ -369,7 +369,7 @@ program source code. The format is
Additional block information may succeed each line, when requested by
command line option. The @var{execution_count} is @samp{-} for lines
containing no code. Unexecuted lines are marked @samp{#####} or
-@samp{====}, depending on whether they are reachable by
+@samp{=====}, depending on whether they are reachable by
non-exceptional paths or only exceptional paths such as C++ exception
handlers, respectively. Given @samp{-a} option, unexecuted blocks are
marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block