Fix GCOV documentation (PR gcov-profile/84137).
authorMartin Liska <mliska@suse.cz>
Mon, 5 Feb 2018 09:59:16 +0000 (10:59 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 5 Feb 2018 09:59:16 +0000 (09:59 +0000)
2018-02-05  Martin Liska  <mliska@suse.cz>

PR gcov-profile/84137
* doc/gcov.texi: Fix typo in documentation.

From-SVN: r257384

gcc/ChangeLog
gcc/doc/gcov.texi

index d278e9d7e3d048f4ae2b18aa49b633cdf4db33bc..91969bdfc3f4f42de78e71ea342bc8362fcd29f8 100644 (file)
@@ -1,3 +1,8 @@
+2018-02-05  Martin Liska  <mliska@suse.cz>
+
+       PR gcov-profile/84137
+       * doc/gcov.texi: Fix typo in documentation.
+
 2018-02-05  Martin Liska  <mliska@suse.cz>
 
        PR gcov-profile/83879
index 6157e8bbf7cc427c1b9a07e5b19ab7e3aa56ee97..d4c7806bc23c24ebb23c40150044242955f88c55 100644 (file)
@@ -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