]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Backport r257384
authorMartin Liska <mliska@suse.cz>
Wed, 7 Mar 2018 09:48:44 +0000 (10:48 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 7 Mar 2018 09:48:44 +0000 (09:48 +0000)
2018-03-07  Martin Liska  <mliska@suse.cz>

Backport from mainline
2018-02-05  Martin Liska  <mliska@suse.cz>

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

From-SVN: r258330

gcc/ChangeLog
gcc/doc/gcov.texi

index 09d858bc6dbc1fc0b907506b6a2d9771f6fb8fa4..c310c8919bc885af674c0635c20067a150253bcf 100644 (file)
@@ -1,3 +1,11 @@
+2018-03-07  Martin Liska  <mliska@suse.cz>
+
+       Backport from mainline
+       2018-02-05  Martin Liska  <mliska@suse.cz>
+
+       PR gcov-profile/84137
+       * doc/gcov.texi: Fix typo in documentation.
+
 2018-03-07  Martin Liska  <mliska@suse.cz>
 
        Backport from mainline
index 54a1172cb94317dc89ad90d8b7ea5ca9dfa01ce7..ff1eca714b1adb2f60f0958dccbf7c9516690ad6 100644 (file)
@@ -321,7 +321,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